1.0.5 • Published 8 years ago

generator-clearthread-ag2 v1.0.5

Weekly downloads
6
License
ISC
Repository
github
Last release
8 years ago

ClearThread Angular 2 Starter Project

By: Davis Sylvester Davis@Sylvesterllc.com

Prerequisite

  1. Node v5 or Later
  2. NPM *will be installed with Node
  3. npm install -g Yo
  4. npm install -g Gulp
  5. Git

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

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

  1. Create a Directory to hold your new Project

    • mkdir project\samples\ct-app1
    • cd project\samples\ct-app1
  2. Scaffold the Project

    • yo clearthread-ag2
    • Select the Dependencies
    • npm setup
    • gulp
1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago