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

https://github.com/gluons/template-gluons

@gluons' personal SAO scaffolding template.
https://github.com/gluons/template-gluons

generator gluons sao scaffolding template

Last synced: over 1 year ago
JSON representation

@gluons' personal SAO scaffolding template.

Awesome Lists containing this project

README

          

# Template Gluons
[![license](https://img.shields.io/github/license/gluons/template-gluons.svg?style=flat-square)](./LICENSE)
[![npm](https://img.shields.io/npm/v/template-gluons.svg?style=flat-square)](https://www.npmjs.com/package/template-gluons)
[![SAO](https://img.shields.io/badge/⚔️%20SAO-gluons-ff69b4.svg?style=flat-square)](https://sao.js.org/)
[![ESLint Gluons](https://img.shields.io/badge/code%20style-gluons-9C27B0.svg?style=flat-square)](https://github.com/gluons/eslint-config-gluons)

😍 [gluons](https://github.com/gluons)' personal [SAO](https://github.com/egoist/sao) scaffolding template.


🌤🌨🚀🌨🌨
❄️❄️❄️❄️❄️
❄️❄️❄️❄️❄️
🎄🎄☃⛷🏔


## Installation

**Via [NPM](https://www.npmjs.com):**

[![NPM](https://nodei.co/npm/template-gluons.png?compact=true)](https://www.npmjs.com/package/template-gluons)

```bash
npm install -g sao # Install SAO first.
npm install -g template-gluons
```

**Via [Yarn](https://yarnpkg.com):**

```bash
yarn global add sao # Install SAO first.
yarn global add template-gluons
```

## Usage

**From [NPM](https://www.npmjs.com):**

```bash
sao gluons my-project
```

**From git repo:**

```bash
sao gluons/template-gluons my-project
```

## License

MPL-2.0 © [gluons](https://github.com/gluons)