javascript-collections

0.0.29 • Public • Published

JavaScript implementation of different collections.

npm version Build Status Coverage Status API Doc

Isomorphic

Type Status
Browser Done
AMD Tests Missing
CommonJS Done

Development

yarn        // or npm install (download and install dependencies)
yarn start  // or npm start (Runs unit-test and code coverage)
yarn build  // or npm run build (Builds distribution file)

Source files are located at /src/main folder.

Unit test files are located at /src/test folder.

Code Coverage

Both above scripts "start and test" will generate the Code coverage report and will show instantly on the console a percentage summary of code-coverage.

Additionaly will be generated a /coverage folder with HTML, LCOV formats.

You can open /coverage/report-html into browser to have a detailed view file by file.

License

GNU License

Dependencies (0)

    Dev Dependencies (11)

    Package Sidebar

    Install

    npm i javascript-collections

    Weekly Downloads

    1

    Version

    0.0.29

    License

    GPL-3.0

    Last publish

    Collaborators

    • lnfnunes
    • mtvallim
    • rmalveis