0.0.8-alpha • Published 10 years ago

fungus v0.0.8-alpha

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

fungus

A functional programming library implemented in ES6.

Build Status
BranchStatusCoverageDependencies
masterMasterCoverage StatusMaster Dependencies
devDevCoverage StatusN/A

Sauce Test Status

Installation and Use

Node

Install using npm install {--save} fungus and include in your project:

var fungus = require('fungus');

Development

Requirements:

Build Tasks

TaskDescription
makeRuns the default task (make build.commonjs).
make testRuns the test suite. Runs both the test.node and test.browser tasks.
make test.nodeRuns the test suite in a Node environment.
make test.browserRuns the test suite in a browser environment.
make test.coverage.coverallsRuns the test suite in a Node environment, outputting a coverage report and sending it to the Coveralls code coverage tracking service.
make test.coverage.htmlRuns the test suite in a Node environment, outputting a HTML coverage report.
make build.commonjsBuilds the library into ES5-compatible CommonJS modules.
make build.amdBuilds the library into ES5-compatible AMD modules.
make build.scriptBuilds the library into a single, ES5-compatible script file.
make docsBuilds the documentation.
make watchWatch and rebuild the source and documentation on file changes. Runs as a background task via Watchman.
make unwatchStop file watching.

Building

To build the library, run the command listed above.

Testing

To run tests, run the command listed above.

Documentation

To build documentation, run the command listed above. To view the built documentation:

cd .tmp/docs
python -m SimpleHTTPServer
open http://localhost:8000
0.0.8-alpha

10 years ago

0.0.7-alpha

10 years ago

0.0.6-alpha

10 years ago

0.0.4-alpha

10 years ago

0.0.3-alpha

10 years ago

0.0.2-alpha

10 years ago

0.0.1-alpha

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago