This tool is awesome. Write some more stuff here
The Grit CLI needs to be installed globally on your machine
npm install -g grit-cli
Use any grit-generator to scaffold out new projects or inject code into existing projects.
grit [generator] [outDir]
Example:
grit react my-new-react-project
This example uses grit-react to build a new React project into the my-grit-generator
directory
Argument | Description | Default | Required? |
---|---|---|---|
[generator] | The generator to run. Can be NPM package, github repo, or local dir | none | no |
[outDir] | Can be the name of the output directory or a path to it | working dir | no |
The best way to explore all the features of Grit is to read the project Documentation
Use a generator to create a new project with the interactive console UI.
grit create [OPTION]
Option | Description | Type | Default | Required? |
---|---|---|---|---|
-t |
Enables to define custom backend and frontend templates. | bool |
false |
No |
If you want to help out and/or support development of Grit
:
- Add a GitHub Star to the project.
- Publish your own generators for the community to use
- Submit a pull request on GitHub
- Write interesting articles about project on Dev.to, Medium or personal blog.
Grit
is free and open-source MIT licensed software.