0.0.1 • Published 10 years ago

require-dir-sync v0.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
10 years ago

require-dir-sync Build Status

Sync require for all the files in a given folder

Getting started

npm install require-dir-sync

Testing

watches for file changes and reruns tests each time

  $ grunt watch 

runs spec tests

  $ grunt test  

produces coverage report (needs explicit piping)

  $ grunt cov   

License

MIT