Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/instructure/cocache

JavaScript collection-aware memory storage library.
https://github.com/instructure/cocache

caching javascript

Last synced: 7 days ago
JSON representation

JavaScript collection-aware memory storage library.

Awesome Lists containing this project

README

        

Cocache library and plugins by Instructure.

Refer to each package's readme under `packages/`.

## Development

Install [Lerna](https://github.com/lerna/lerna):

npm install lerna

Then set up the workspace:

./node_modules/.bin/lerna bootstrap

Then you can use its helpers to run tests and publish. For example:

./node_modules/.bin/lerna run test

Will run test for all the packages.