Skip to content

A starting point for building Node application with ES6. Binary files generated can be run without Node environment.

Notifications You must be signed in to change notification settings

alanzhaonys/node-es6-starting-point

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-es6-starting-point Build Status Coverage Status

Prerequisites

  • Run yarn install

To lint

  • Run yarn lint

To test

  • Run yarn test

To generate test coverage report

  • Run yarn cover

To generate JSDOC

  • RUN yarn doc

To build

  • Run yarn build

To generate CLI script (that required NODE enviornment)

  • Run yarn clify

To gererate a standalone executeable/binary that DOESN'T require NODE environment

  • Run yarn package

To run

  • Run yarn start

Documentations: doc/index.html

About

A starting point for building Node application with ES6. Binary files generated can be run without Node environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published