Skip to content

A modern JavaScript utility library delivering modularity, performance & extras, named after my cute friend.

Notifications You must be signed in to change notification settings

sharmaadityaHQ/samridhi.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

samridhi.js

A modern JavaScript utility library delivering modularity, performance & extras named after my cute friend. It makes JavaScript easier by taking the hassle out of working with arrays, numbers, objects, strings, etc.

Download

You are free to use my library in your code.

   Install

Installation

   In a browser:

<script src="_.js"></script>

   In Node.js:

var _ = require('./_.js');  

Testing

Tests are written in the test folder. To run tests for a particular function in the library run eg. $ node test/chunk.js for the chunk method from the terminal after $ cd samridhi.js.

About

A modern JavaScript utility library delivering modularity, performance & extras, named after my cute friend.

Topics

Resources

Stars

Watchers

Forks