0.0.5 • Published 2 years ago

wjk-app v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

wjk-app-cli

react/vue template

1 install

sudo npm install wjk-app -g

2 how to use ?

(1) To create one project named my-app , you can run this commmand:

wjk-app create my-app 

After that terminal will has one selection to select Vue or React project .

Look like to this:

image

(2) To use commitlint, eslint/tslint, husky, prettier in your project ,you can use the following command:

wjk-app install codelint

Look like to this:

image

it can support eslint / tslint , Vue or React

What can wjk-app codelint bring ?

1), common code style

2), commlit lint

3), format code use prettier and eslint / tslint when you run git commit , it is an incremental check , in another way , it only format code in this commit .

Thanks to:

https://github.com/1623311678/Book

you can use react hook ,sass,less,jsx,tsx and so on