# ashiba (足​場)

![](https://img.shields.io/npm/v/generator-ashiba.svg?style=flat)
![](https://img.shields.io/david/nectarestudio/generator-ashiba.svg?style=flat)
![](https://img.shields.io/npm/dt/generator-ashiba.svg?style=flat)
![](https://api.codacy.com/project/badge/Grade/84315c4f60f64310bb98f1df51ba55ae)

Nectar Estudio Yeoman Scaffolding generator for roots/sage

## Installation

First, install [Yeoman](http://yeoman.io) and generator-ashiba using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)).

```bash
npm install -g yo
npm install -g generator-ashiba
```

Generate your new project:

```bash
composer create-project roots/sage your-theme-name
cd your-theme-name
yarn
```

Then install ashiba scaffolding:

```bash
yo ashiba
```

When installing, there will be a prompt alerting of overwriting files. Just type 'a' to continue.

## License

MIT © [Nectar Estudio](https://www.nectarestudio.com)
