Skip to content

MarchRory/liushi-cli

Repository files navigation

liushi-cli

Create more, Work less

npm version Downloads

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

Template List

All the templates we provide have completed the basic configuration and necessary examples so you only need to focus on business

Current feature

  • show help
  • 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.

About

It`s a cli, which supports rapid construction of front-end projects. you just need npm install, then begin to code

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published