Restrung
Functional JavaScript string helpers built on top of Ramda
Overview
This project in its current state exists solely as a learning exercise into functional programming.
Getting Started
- Install with NPM -
npm install --save restrung
Developing
restrung is built using ES6. Run the following task to compile the src/
into dist/
.
npm run build
Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality.
License
Copyright (c) 2015 Jason Bellamy
Licensed under the MIT license.