anew-cli
v1.1.9
Published
Anew Framework ClI Tool
Downloads
15
Readme
Anew CLI
CLI tool for Anew
Anew CLI is a command line tool to help you create Anew projects faster.
Installation
You can install the package from npm.
npm i -g anew-cli
npm install
Usage
The CLI tool can be used within any directory of an existing anew project.
To see all the options available.
anew --help
To create a new project using Anew
anew new <projectName>
Bugs
If you encounter any bugs please let us know. Also if you can fix them please fix them and open a pull request.