Skip to content

fabrix-app/fab-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fabrix CLI

Gitter NPM version Build Status Test Coverage Dependency Status Follow @FabrixApp on Twitter

Install

Install the Fabrix CLI globally.

$ npm install @fabrix/fab-cli -g

Usage

See the options for the CLI

$ fab --help

Create a New Fabrix Application

$ fab app <name>

FAQ

See https://github.com/fabrix-app/fabrix/wiki/FAQ

Contributing

We love contributions! Please check out our Contributor's Guide for more information on how our projects are organized and how to get started.

Release Instructions

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

License

MIT