Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andromedarabbit/toolbox-js

shell utilities for node js
https://github.com/andromedarabbit/toolbox-js

Last synced: 4 days ago
JSON representation

shell utilities for node js

Awesome Lists containing this project

README

        

# toolbox-js

shell utilities for node js

## Getting Started
Install the module with: `npm install toolbox-js`

```javascript
var toolbox_js = require('toolbox-js');
toolbox_js.awesome(); // "awesome"
```

## Documentation
_(Coming soon)_

## Examples
_(Coming soon)_

## Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [grunt](https://github.com/gruntjs/grunt).

## Release History
_(Nothing yet)_

## License
Copyright (c) 2013 CHOI, Jaehoon
Licensed under the MIT license.