All Projects → saojs → Sao

saojs / Sao

Licence: mit
⚔ Futuristic scaffolding tool

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Sao

Generate
A new command line tool and developer framework for scaffolding out GitHub projects. Generate offers the robustness and configurability of Yeoman, the expressiveness and simplicity of Slush, and more powerful flow control and composability than either.
Stars: ✭ 238 (-75.36%)
Mutual labels:  boilerplate, generator, yeoman, scaffolding, template
Pollinate
Template your base files and generate new projects from Git(Hub).
Stars: ✭ 213 (-77.95%)
Mutual labels:  boilerplate, generator, yeoman, scaffolding
Generator Modular Angular
A truly modular yeoman generator for AngularJS all device apps.
Stars: ✭ 23 (-97.62%)
Mutual labels:  generator, yeoman, scaffolding
Microgen
♻️ micro-generator for individual files, easy like sunday morning 🌅
Stars: ✭ 85 (-91.2%)
Mutual labels:  generator, yeoman, scaffolding
Relay Fullstack
☝️🏃 Modern Relay Starter Kit - Integrated with Relay, GraphQL, Express, ES6/ES7, JSX, Webpack, Babel, Material Design Lite, and PostCSS
Stars: ✭ 986 (+2.07%)
Mutual labels:  boilerplate, yeoman, scaffolding
Project Name
Get the name of a project from package.json, git config, or basename of the current working directory.
Stars: ✭ 8 (-99.17%)
Mutual labels:  generator, yeoman, scaffolding
Automatic Gatsbyjs App Landing Page
Automatic GatsbyJS App Landing Page - Automatically generate iOS app landing page using GatsbyJS
Stars: ✭ 137 (-85.82%)
Mutual labels:  boilerplate, generator, template
Swift Template
A template based module generator for Swift projects.
Stars: ✭ 34 (-96.48%)
Mutual labels:  boilerplate, generator, template
Nuxt Material Admin
Vue-CLI Boilerplate based on Nuxt and vue-material-admin template.
Stars: ✭ 310 (-67.91%)
Mutual labels:  vue-cli, boilerplate, template
Stator
Stator, your go-to template for the perfect stack. 😍🙏
Stars: ✭ 217 (-77.54%)
Mutual labels:  boilerplate, generator, template
Extension Create
Create modern cross-browser extensions with no build configuration.
Stars: ✭ 167 (-82.71%)
Mutual labels:  boilerplate, generator, template
Yo
CLI tool for running Yeoman generators
Stars: ✭ 3,421 (+254.14%)
Mutual labels:  generator, yeoman, scaffolding
Express Boilerplate
🚀 Starter project for a RESTful API in Node with Express & mongoose component-based
Stars: ✭ 9 (-99.07%)
Mutual labels:  boilerplate, template
Generator Node Module
A Yeoman module to author Node libraries with Prettier, Jest, Flow and Babel.
Stars: ✭ 16 (-98.34%)
Mutual labels:  boilerplate, yeoman
Express React Boilerplate
🚀🚀🚀 This is a tool that helps programmers create Express & React projects easily base on react-cool-starter.
Stars: ✭ 32 (-96.69%)
Mutual labels:  boilerplate, template
Generate Gh Repo
Generate generator to create a new repository on GitHub.
Stars: ✭ 11 (-98.86%)
Mutual labels:  generator, scaffolding
Vue Blog Template
vue-blog 基础模板
Stars: ✭ 31 (-96.79%)
Mutual labels:  vue-cli, template
Unityprojecttreegenerator
This script will generate universal folder structure for your Unity3D project.
Stars: ✭ 12 (-98.76%)
Mutual labels:  boilerplate, generator
Samples Viewer Generator
🎉 A CLI utility tool to generate web app of data visualization samples for presentation purpose
Stars: ✭ 13 (-98.65%)
Mutual labels:  boilerplate, generator
Primitive
⛏️ ‎ A front-end design toolkit for developing web apps.
Stars: ✭ 783 (-18.94%)
Mutual labels:  boilerplate, template

ATTENTION: I'm working on SAO v2 without an ETA, if you want to get it shipped faster, please consider sponsoring me.


NPM version NPM downloads Build Status install size donate chat

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

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

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.sh · GitHub @EGOIST · Twitter @_egoistlily

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].