groove-cli
v1.2.16
Published
cli for groove
Readme

Installing
npm install groove-cli -g
yarn add groove-cli -gGetting Started
Groove-cli is a cli for coder work
It provides :
- record the project path
- fast move to the project
- costom template
- init project by user local template or online template
- manage your project in web
Api
| command | argv | descript | | --------------- | ----------------------- | ------------------------------------------------------- | | log | NULL | print all action in groove cli | | remove-log | NULL | remove log content | | add | app-name | record the path | | remove | app-name | remove the path | | checkout | app-name | quickly locate the project | | list | NULL | show all project path | | init | project-name | init a new project by groove cli | | save-template | project-name | save a local project as a template | | remove-template | project-name | remove a local template | | list-templat | NULL | show all project templates | | init-page | page-name | create folder of page and init file | | web-serve | NULL | manage your project in web | | show-config | NULL | show groove cli config . 😁 but cli don`t use any config | | set-config | configName configValue | set config name and value |
You can use groove cli like
groove log next version
- Micro-end
- packages-control
- module append
version
init cli --- 2021 / 08 / 23
|
add UI-server for project --- 2021 / 11 / 01
|
add config command [Future] --- 2022 / 01 / 21
|
continue...
