@mastashake08/dash-transformer

1.0.3-alpha • Public • Published

dash-transformer

NPM

NPM version Build Status Coverage Status

npm package template.

Installation

Clone repository with Git:

git clone https://github.com/mastashake08/dash-transformer.git
cd dash-transformer

Usage

import { DashTransformer } from '@mastashake08/dash-transformer'
readable.pipeThrough(new DashTransformer(digestUrl)).pipeTo(writable)

Testing

Run tests:

npm test

Run tests in watch mode:

npm run test:watch

Run tests with coverage:

npm run test:coverage

View coverage in browser:

npm run test:coverage:report
open coverage/index.html

Lint files:

npm run lint

Fix lint errors:

npm run lint:fix

Release

Only collaborators with credentials can release and publish:

npm run release
git push --follow-tags && npm publish

To see what files are going to be published, run the command:

npm pack --dry-run
# tar tvf $(npm pack)

License

MIT

/@mastashake08/dash-transformer/

    Package Sidebar

    Install

    npm i @mastashake08/dash-transformer

    Weekly Downloads

    1

    Version

    1.0.3-alpha

    License

    MIT

    Unpacked Size

    4.09 kB

    Total Files

    4

    Last publish

    Collaborators

    • mastashake08