An open API service indexing awesome lists of open source software.

https://github.com/patitonar/sao-generator-prototypes


https://github.com/patitonar/sao-generator-prototypes

Last synced: 4 months ago
JSON representation

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`.