1.4.5 • Published 4 years ago

stoge v1.4.5

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

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

1.4.5

4 years ago

1.4.4

4 years ago

1.3.1

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7-rc1

4 years ago

1.0.7-rc

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago