https://github.com/crowdhailer/fn.js
A JavaScript library built to encourage a functional programming style & strategy. - http://eliperelman.com/fn.js
https://github.com/crowdhailer/fn.js
Last synced: 9 months ago
JSON representation
A JavaScript library built to encourage a functional programming style & strategy. - http://eliperelman.com/fn.js
- Host: GitHub
- URL: https://github.com/crowdhailer/fn.js
- Owner: CrowdHailer
- License: mit
- Created: 2013-08-05T15:27:12.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-01-13T20:25:38.000Z (about 10 years ago)
- Last Synced: 2025-03-31T10:07:14.404Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 334 KB
- Stars: 397
- Watchers: 20
- Forks: 30
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fn.js
fn.js is a JavaScript library built to encourage a functional programming style & strategy.
View the [documentation and introduction](http://eliperelman.com/fn.js).
## Changelog
Version 0.9 of fn js is being developed on the [v0.9 branch of this repo](https://github.com/CrowdHailer/fn.js/tree/v0.9).
This new version will contain some breaking changes.
A change log on branch v0.9 will be tracking changes before the release of 0.9.
These changes are inline with streamlining [fn.js to handle functions](https://github.com/CrowdHailer/fn.js/issues/27) only.
## Contributing
To get the source for `fn.js` clone this repository.
```
$ git clone git@github.com:CrowdHailer/fn.js.git
```
Install all dependencies
```
$ npm install
```
Run the tests
```
$ npm test
```
*Running the tests will also lint the source code*