Install the Fabrix CLI globally.
$ npm install @fabrix/fab-cli -g
See the options for the CLI
$ fab --help
Create a New Fabrix Application
$ fab app <name>
See https://github.com/fabrix-app/fabrix/wiki/FAQ
We love contributions! Please check out our Contributor's Guide for more information on how our projects are organized and how to get started.
When the master is tagged with a release, it will automatically publish to npm, updates the Changelog and bumps the version. Fabrix uses the standard-version library to manage it all.
To run a patch release:
npm run release -- --release-as patch
and then commit to master. git push --follow-tags origin master
You can also test the release by running
npm run release -- --dry-run --release-as patch