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
- Host: GitHub
- URL: https://github.com/bitmate/generator-bitmate-angular1
- Owner: bitmate
- Created: 2016-12-23T09:58:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-26T11:45:48.000Z (about 9 years ago)
- Last Synced: 2025-10-07T00:47:45.416Z (9 months ago)
- Language: ApacheConf
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```