@olliecaine/utils-array
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Build Status Coverage Status

@olliecaine/utils-array

A simple tree-shakable TypeScript library boilerplate

Stacks

  • unit test: mocha, chai
  • code coverage: nyc, wallabyjs(optional)
  • ci: travis

How to use?

Just clone it and use it.

Commands list

yarn test           // run test(mocha) and coverage report(nyc)
yarn test:watch     // run test on watch mode (without coverage report)
yarn build          // build for both esm (ES5 + ES2015 module) and ES5 UMD bundle, at dist folder.
yarn lint           // run lint against lib and test
yarn health-check   // concurrently runs lint, test and lint:fix

Testing

This boilerplate use Mocha as test framework.

Reference

http://blog.mgechev.com/2017/01/21/distributing-an-angular-library-aot-ngc-types

Please help

Welcome for PR

License

MIT

Package Sidebar

Install

npm i @olliecaine/utils-array

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

9.64 kB

Total Files

9

Last publish

Collaborators

  • olliecaine