2.2.0 • Published 2 years ago

@brpaz/sao-reloaded v2.2.0

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

SAO Reloaded

A Futuristic scaffolding tool. This is a fork from the original SAO project developed by EGOIST.

Version GitHub Workflow Status npm type definitions License

Motivation

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:

  • Regular git repo (simply download it)
  • SAO generator as git repo
  • SAO generator as npm package
  • SAO generator in local folder

⚡ ️Both repo and npm package can be used offline.

Quick Start

Install sao

npm i -g @brpaz/sao-reloaded

Run generator

# An official generator for creating a Node.js project
# Generate from git repo
sao-reloaded saojs/sao-nm my-module
# Or from npm package (npm.im/sao-nm)
sao-reloaded nm my-module

For detailed usage please head to https://brpaz.github.io/sao-reloaded

Alias sao-reloaded to sao

sao-reloaded is a bit big to type everytime. It´s recommended to create a shell alias to it as sao or other name you prefer. You can add the following to your .bashrc or .zshrc depending on the shell you use:

alias sao=sao-reloaded

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, Bruno Paz Released under the MIT License. Authored and maintained by EGOIST with help from contributors (list).

egoist.sh · GitHub @EGOIST · Twitter @_egoistlily

brunopaz.dev · GitHub @brpaz