yeoman is too complex, while vue-cli is more than a scaffolding tool and lacks of some important features like unit testing, so I made SAO, basically it combines the powerful features of yeoman and the simplicity of vue-cli.
SAO is compatible with:
- Regular git repo (simply download it)
- SAO template as git repo
- SAO template as npm package
- SAO template in local folder
⚡ ️Both repo and npm package can be used offline.
yarn global add sao
# Example template for creating a Next.js project
# Generate from git repo
sao egoist/template-next new-project
# Or from npm package (npm.im/template-next)
sao next new-project
For detailed usage please head to https://sao.js.org
- awesome-sao - A curated list of delightful SAO resources.
- SAO articles on medium.com.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
sao © EGOIST, Released under the MIT License.
Authored and maintained by EGOIST with help from contributors (list).
egoist.moe · GitHub @egoist · Twitter @_egoistlily