arunkrguptaa / stoge

Utility library for common task in javascript

Home Page:https://stoge.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 stoge

Download

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 stoge

Note: 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

About

Utility library for common task in javascript

https://stoge.readthedocs.io/

License:The Unlicense


Languages

Language:JavaScript 100.0%