https://github.com/patitonar/sao-generator-prototypes
https://github.com/patitonar/sao-generator-prototypes
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/patitonar/sao-generator-prototypes
- Owner: patitonar
- Created: 2020-09-10T22:56:24.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-17T22:16:49.000Z (almost 5 years ago)
- Last Synced: 2025-01-14T05:42:50.171Z (5 months ago)
- Language: JavaScript
- Size: 79.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sao generator prototypes
Based on https://github.com/egoist/poi/tree/master/create-poi-app
Uses [SAO v1.6](https://github.com/saojs/sao/tree/v1.6.1) to generate a project.
SAO Docs: https://v1.saojs.org/saofile.html
Install dependencies
```bash
yarn
```Create a project
```bash
node ./bin/cli.js my-app
```The folder `generator` contains the project generator. It uses one base template and update the files based on the
selected options.The folder `generator-two-templates` contains another project generator that uses two base templates. One for javascript
and one for typescript. To use it, update the generator parameter of sao in `bin/cli.js`.