startprojectcli
v1.0.0
Published
A simple CLI tool to start a JS project including some major frameworks or vanilla and you can include Typescript.
Downloads
1
Maintainers
Readme
CLI tool to start a JS project
A simple CLI tool to start a JS project including some major frameworks or vanilla and you can include Typescript.
How to use?
Just run the follow command in the cmd in the folder of the program:
npm instal -g .
Then you can use the command 'spcli' in cmd wherever you want to create a project.
Tech used:
For the questions and commands in shell:
To make it more pretty used:
TODO:
- [X] Make the basic questions;
- [X] Make all the things for all options;
- [X] Add a section in README teaching how to use;
- [ ] Add to npm;
TODO in future:
- [ ] Add tailwind option;