GrowFlow Javascript Style Guide
Shareable configuration to apply consistent syntax and styling rules across GrowFlow JavaScript/TypeScript projects.
Usage
Checkout the instructions for each individual package:
Developing
Clone this repo and run yarn
from the repository's root to install dependencies.
Creating a new package
- First create a new folder within the
packages
directory. - Copy one of the existing package's
package.json
to your new folder and tweak the values.
Publishing
This repository uses lerna to manage its packages.
Don't manage version numbers within package.json
by hand. Instead, after you have made and pushed your changes, run:
yarn release
which will guide you in bumping the version and confirm what packages are about to be published. It will also auto-create tags. You can then create a release in GitHub on the generated tag to create a changelog.