0.4.0 • Published 9 years ago

generator-kingbolt v0.4.0

Weekly downloads
17
License
-
Repository
github
Last release
9 years ago

#yo kingbolt

Yeoman generator for a new AngularJS-Application based on Karma, aNgularJS, Gulp, BOwer, Typescript, TSD and Angular-material.

##Prerequisites

##1. Install

npm install -g generator-kingbolt

##2. Usage

mkdir helloWorld
cd helloWorld
yo kingbolt

##3. To download all required 3rd-party files

npm install
bower install
gulp install

##4. To start developing ###console 1: for compiling and running

gulp watchServe

###console 2: for testing

gulp watchTest

##Install locally to contribute

git clone https://github.com/strabu/generator-kingbolt.git
cd generator-kingbolt
npm link
0.4.0

9 years ago

0.2.0

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago