SAO was made because yeoman, while powerful, is too complex. vue-cli, on the other hand, is more than a scaffolding tool and lacks some important features like unit testing. SAO combines the powerful core features of yeoman with the simplicity of vue-cli into a single application.
SAO is compatible with:
⚡ ️Both repo and npm package can be used offline.
npm i -g sao
# An official generator for creating a Node.js project
# Generate from git repo
sao saojs/sao-nm my-module
# Or from npm package (npm.im/sao-nm)
sao nm my-module
For detailed usage please head to https://sao.vercel.app
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature
SAO © EGOIST, Released under the MIT License.
Authored and maintained by EGOIST with help from contributors (list).
egoist.sh · GitHub @EGOIST · Twitter @_egoistlily