Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/andromedarabbit/toolbox-js
- Owner: andromedarabbit
- License: mit
- Created: 2013-01-20T10:16:01.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-28T07:06:55.000Z (almost 12 years ago)
- Last Synced: 2023-03-30T23:25:00.276Z (almost 2 years ago)
- Language: JavaScript
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
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.