generator-clearthread-ag2
v1.0.5
Published
ClearThread Angular 2 Template! Angular 2 Generator using RC5. With options for Font Awesome, Material Design Lite, SlyFramework, Babel, Typescript
Downloads
2
Maintainers
Readme
ClearThread Angular 2 Starter Project
By: Davis Sylvester [email protected]
Prerequisite
- Node v5 or Later
- NPM *will be installed with Node
- npm install -g Yo
- npm install -g Gulp
- [Git] (https://git-scm.com/download)
How to Use
1.0.11
INSTALL THE GENERATOR
- STEPS 1 - 4 ONLY NEED TO BE DONE THE FIRST TIME YOU INSTALL THE GENERATOR
1. Create a Directory to store all your Generators
mkdir projects\generators cd projects\generators
2. Clone the Clearthread Generator from Bitbucket
- git clone https://bitbucket.org/dsylvester/angular2starter generator-clearthread-ag2
- or
- download and Unzip to the generator-clearthread-ag2 folder
- cd generator-clearthread-ag2
3. Install NPM Packages for Generators
npm install
4. Install the Generator Locally
- This allows you to use without going to a Public Repository to download
npm link
How to Use the Generator
- Create a Directory to hold your new Project
- mkdir project\samples\ct-app1
- cd project\samples\ct-app1
- Scaffold the Project
- yo clearthread-ag2
- Select the Dependencies
- npm setup
- gulp