chinakids / sao

:crossed_swords: Futuristic scaffolding tool

Home Page:https://sao.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


NPM version NPM downloads Build Status donate chat

Motivation

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.

Quick Start

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

Related

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Author

sao © EGOIST, Released under the MIT License.
Authored and maintained by EGOIST with help from contributors (list).

egoist.moe · GitHub @egoist · Twitter @_egoistlily

About

:crossed_swords: Futuristic scaffolding tool

https://sao.js.org

License:MIT License


Languages

Language:JavaScript 100.0%