liushi-cli
v1.1.1
Published
A simple cli, which supports rapid construction of front-end projects All of templates it provides had been completed basic configuration You just need npm install, then begin to code
Downloads
3
Readme
liushi-cli
As the number of projects grows, starting a new project each time requires too much foundational configuration, which seems cumbersome and unnecessary.
Therefore, this CLI was developed. It comes with some commonly used project templates, each of which is pre-configured with the necessary libraries, making it ready to use.
You only need to choose the one that suits your needs, then
npm install
Finally, you can immediately embark on an exciting development journey.
install
npm install liushi-cli
Usage
for help
liushi-cli --help
create project
# in current version, only one option this command provides, it`s -f, which means force override current folder
liushi-cli create <project-name> [options]
where the templates are?
For the convenience of management, I store them all in this organization, see here
current feature
- two options: --help and create <project-name> [option]
- only one vue3-ts-tailwindcss-template provided
- template list, version list
- create project depends on a specific version of template you choose
next version
- Refact if necessary
- More comprehensive options
Future plans
- Free to choose basic libraries
- Performance optimization
- More templates, including mobile, web, PC, etc.