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

https://github.com/bitmate/generator-bitmate-angular1

BitMate Generator for building Angular 1.X Applications
https://github.com/bitmate/generator-bitmate-angular1

Last synced: 4 months ago
JSON representation

BitMate Generator for building Angular 1.X Applications

Awesome Lists containing this project

README

          

# BitMate Angular 1 Generator

## Usage

### Requirement Node 6+ && NPM 3+
This generator is targeted to be used with Node >= 6.0.0 and NPM => 3.0.0. You can check your version number with the command
```
node --version && npm --version
```

### Install

##### Install required tools `yo`:
```
npm install -g yo
```

##### Install `generator-bitmate-angular1`:
```
npm install -g generator-fountain-angular1
```

### Run

##### Create a new directory, and go into:
```
mkdir my-new-project && cd my-new-project
```

##### Run `yo bitmate-angular1`, and select desired technologies:
```
yo bitmate-angular1
```