Skip to content

jexia/galah

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

galah

Simple ES2015 starter for building node and browser js libraries

features

  • write everything in ES2015 ( source + tests )
  • builds for both node and browser
  • automatically building before publishing to npm registry
  • testing with mocha
  • generating documentation
  • testing coverage support
  • travis and coveralls integration

installation

  • git clone https://github.com/jexia-inc/galah.git
  • cd galah
  • npm install

structure

  • src/ - source code
  • test/ - tests
  • lib/ - transpiled code

commands

build

npm run build

test

npm run test

generate api docs

npm run docs

generate coverage report

npm run coverage

About

Simple ES2015 starter for building node and browser js libraries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published