1.1.1 • Published 6 months ago

liushi-cli v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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 \ 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.
1.1.1

6 months ago

1.1.0

6 months ago

1.0.12

6 months ago

1.0.11

6 months ago

1.0.10

6 months ago

1.0.8

6 months ago

1.0.7

6 months ago

1.0.6

6 months ago

1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago