Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sadcitizen/doremi
The collection of utilities.
https://github.com/sadcitizen/doremi
Last synced: 5 days ago
JSON representation
The collection of utilities.
- Host: GitHub
- URL: https://github.com/sadcitizen/doremi
- Owner: sadcitizen
- Created: 2014-12-19T09:14:55.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-10-29T13:51:45.000Z (about 3 years ago)
- Last Synced: 2024-09-16T01:54:51.533Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.17 MB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Doremi
[![Build Status](https://travis-ci.org/sadcitizen/doremi.svg?branch=master)](https://travis-ci.org/sadcitizen/doremi)
A collection of utilities. Work in progress.
## Installation
```
npm install doremi
```## Usage
```
import doremi from 'doremi';
```## Source
- [array](./src/array)
- [common](./src/common)
- [date](./src/date)
- [func](./src/func)
- [number](./src/number)
- [object](./src/object)
- [random](./src/random)
- [string](./src/string)