Thanks to visit codestin.com
Credit goes to github.com

Skip to content

nodejs-toolbox/nodejs-toolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js - Toolbox

Sample node.js Package to demonstrate javascript as command line scripting language

Working with Node.js

Start a node.js application

npm init
npm install --save-dev grunt-contrib-concat

Create Gruntfile.js

Running grunt to perform task

grunt concat
grunt concat:deploy
$npm install -g tsd
$ tsd query angular2 --action install

 - angular2 / angular2

>> running install..

>> written 1 file:

    - angular2/angular2.d.ts
$ tsd query es6-promise --action install
    - es6-promise/es6-promise.d.ts
$ tsd query rx --action install
    - rx/rx.d.ts

$ tsd query rx --action install
    - rx/rx.d.ts

$ tsd query es6-promise --action install
    - es6-promise/es6-promise.d.ts

About

Sample node.js Package to demonstrate javascript as command line scripting language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published