stoge
v1.4.5
Published
utility library for common tasks in javascript
Maintainers
Readme
stoge
Utility library for common task in javascript
Docs | Code of Conduct | Twitter
The [stoge] library is a utility library for common task in javascript.
Generated using stoge:
$ npm i stogeDownload
Stoge is released under the The Unlicense Read pages from Stoge wiki for new updates and limitations.
Installation
In a browser:
<script src="stoge.js"></script>Using npm:
$ npm i -g npm
$ npm i stogeNote: add --save if you are using npm < 5.0.0
In Node.js:
// Load methods for global.
var stoge = require('stoge');
// Load methods for smaller bundles.
var {csvToJson} = require('stoge');
var csvToJson = require('stoge/csvToJson');Why Stoge?
Stoge is created for Javascript task that makes it easier for developers to do big task in less time, arrays, objects, strings, etc. stoge’s modular methods are great for:
- Iterating arrays, objects, & strings
- Manipulating values
- Creating composite functions
Module Formats
Stoge is available
