Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/instructure/cocache
- Owner: instructure
- Created: 2017-03-27T14:48:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-18T21:01:31.000Z (about 7 years ago)
- Last Synced: 2024-10-31T18:59:33.005Z (13 days ago)
- Topics: caching, javascript
- Language: JavaScript
- Homepage: https://instructure.github.io/cocache/index.html
- Size: 523 KB
- Stars: 1
- Watchers: 10
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.