UNPKG

manz-cli

Version:

A simple cli command for create new projects and organize structure

20 lines (13 loc) 388 B
## manz-cli A simple cli command for create new projects with npm, git, npm scripts, babel, browserslist, eslint, postcss, postcss-preset-env, stylelint, parcel & vue. ![manz-cli command](https://raw.githubusercontent.com/ManzDev/manz-cli/master/docs/manz-cli.gif) ### Installation ```bash npm install -g manz-cli ``` ### Usage ```bash mkdir new-project cd new-project manz-cli ```