sao-hcy-nm
v0.5.2
Published
Personal favorite new project template - SAO generator
Downloads
7
Maintainers
Readme
sao-hcy-nm
Personal favorite new project template - SAO generator
Status
Why sao-hcy-nm ?
Chinese users can read this article: 关于高效、高质和高产.
- ✅ Respect the code style of prettier
- ✅ Automatically formatted when saving (You need to install the Prettier - Code formatter plugin)
- ✅ Automatic fix code style before commit (Thanks to husky and lint-staged)
- ✅ Check committed messages when committing
- ✅ Use
yarn commit
instead ofgit commit
(Thanks to commitizen) - ✅ Automatically generate changelog using
yarn changelog
(Thanks to conventional-changelog-cli) - ✅ Automatic deployment with
yarn release
(Thanks to release-it) - ✅ Optionally Unit test (jest or ava)
- ✅ Optionally test coverage
- ✅ Optionally compile ES2015 code using (Thanks to bili)
- ✅ Optionally add badge to README
Usage
sao-hcy-nm
is a generator for SAO, Install it first.
yarn global add sao
# or
npm i -g sao
From npm
sao hcy-nm my-project
From git
sao HcySunYang/sao-hcy-nm my-project
License
MIT © HcySunYang