0.1.14-alpha.1 • Published 8 years ago

tsfp v0.1.14-alpha.1

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

TSFP

A collection of functional utility libraries for TS/JS projects!

Installation

To install the latest version:

$ npm install --save-dev tsfp

Most likely you'll also need the Immutable.js library.

$ npm install --save-dev immutable

Documentation

Read the docs and taste the FP candies!

Contributing

If you'd like to contribute to TSFP, you'll need to run the following commands to get your environment set up:

$ git clone https://github.com/zhenwenc/tsfp.git
$ cd tsfp                   # go to the tsfp directory
$ npm install               # install local npm build / test dependencies

# Available scripts:

$ npm run typings-install   # install external type definitions
$ npm run build             # compile typescript source code
$ npm run test              # run all unit test suits
$ npm run watch:test        # watch for source / test file changes
$ npm run docs              # generate documentation files

npm run watch:test will watch for changes in the /src/ and /test/ directory, compile the source files when a change occurs. The output files are written to the /dist/ directory. It will also re-run the unit tests every time you update any source files.

License

TSFP is MIT-licensed.

0.1.16

8 years ago

0.1.15

8 years ago

0.1.14-alpha.1

8 years ago

0.1.14

8 years ago

0.1.13

8 years ago

0.1.12

8 years ago

0.1.11

8 years ago

0.1.10

8 years ago

0.1.9

8 years ago

0.1.8

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago