komondor-plugin-ws
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

komondor-plugin-ws

NPM version NPM downloads Build status Codecov Coverage Status

Greenkeeper badge semantic-release

komondor plugin for ws library.

To use this plugin, add it to your komondor config in the package.json:

{
  "komondor": {
    "plugins": ["komondor-plugin-ws"]
  }
}

Contribute

# right after fork
npm install

# begin making changes
git checkout -b <branch>
npm run watch

# edit `webpack.config.dev.js` to exclude dependencies for the global build.

# after making change(s)
git commit -m "<commit message>"
git push

# create PR

Npm Commands

There are a few useful commands you can use during development.

# Run tests (and lint) automatically whenever you save a file.
npm run watch

# Run tests with coverage stats (but won't fail you if coverage does not meet criteria)
npm run test

# Manually verify the project.
# This will be ran during 'npm preversion' so you normally don't need to run this yourself.
npm run verify

# Build the project.
# You normally don't need to do this.
npm run build

# Run tslint
# You normally don't need to do this as `npm run watch` and `npm version` will automatically run lint for you.
npm run lint

Generated by generator-unional@0.0.1

TODO

  • [ ] work on browser

Readme

Keywords

none

Package Sidebar

Install

npm i komondor-plugin-ws

Weekly Downloads

0

Version

1.1.1

License

MIT

Unpacked Size

36.2 kB

Total Files

18

Last publish

Collaborators

  • unional