Skip to content

A template for nodejs projects that uses javascript. Mainly this is about build system, etc.

License

Notifications You must be signed in to change notification settings

huskycode/node-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-template

A template for nodejs projects that uses javascript. Mainly this is about build system, etc.

How to Install NodeJS

Refer to INSTALL.md

Using this Template

Build Targets

  • All build targets can be found in build/make.coffee
  • Uses shelljs for platform compatibility
  • Copy build/ directory, run, run.bat to a new project
  • If you add new target that could be useful, please commit it back to this project

Run Build Targets

  • For all platform, make sure node is installed as instructed above

  • For Ubuntu/OS X, uses

    ./run <target_name>

  • For Windows (work in progress...)

    run.bat <target_name>

About

A template for nodejs projects that uses javascript. Mainly this is about build system, etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published