record.js/README.md

30 lines
563 B
Markdown
Raw Normal View History

2018-04-02 04:35:22 +00:00
# Record.js
> A minimalistic dead-simple object collection library
2018-04-02 04:41:13 +00:00
Go kick the tires in [`dist/`](https://raw.githubusercontent.com/n2geoff/record.js/master/dist/record.min.js)
2018-04-02 04:35:22 +00:00
## WIP
Not done yet!
## Docs
2018-04-02 11:21:19 +00:00
- [docs](docs/api.md)
2018-04-02 04:35:22 +00:00
## Tests
npm test
2018-04-02 11:21:19 +00:00
## Support
Please open [an issue](https://github.com/n2geoff/record.js/issues/new) for support.
## Contributing
Anyone is welcome to contribute, however, if you decide to get involved, please take a moment to review the [guidelines](CONTRIBUTING.md), there minimalistic;)
## License
[MIT](LICENSE)