@xq-stencil/node-mocha-chai-react-component

0.1.1 • Public • Published

node-mocha-chai-react-component

This is a stencil for react component base on node and mocha chai.

Current Status:

NPM Version NPM Downloads Build Status

NPM

Features:

  • Support Publish your package to git & npm with ci.
  • Support CircleCi for pipeline.
  • Support ES7 & ES6 syntax.
  • Support ESlint to check the code.
  • Support Mocha & Chai to test your code.
  • Support Yarn audit to do security check for dependencies.

Development:

Setup

Clone this stencil and replace @xq-stencil/node-mocha-chai-react-component with your package name.

$> git clone git@github.com:xqstencils/node-mocha-chai-react-component.git

Install dependencies

$> yarn install

Compile code

$> yarn babel
# or run babel in watch mode
$> yarn babel:watch

Generate distribution code

$> yarn build

Linting

$> yarn lint

Testing

$> yarn test
# or run the test in watch mode
$> yarn test:watch

Security check

$> yarn audit

Setup CI

  • Update the circleci config
  • Setup the ci into circleci site.

Start in local

$> yarn start

License

node-mocha-chai-react-component is released under the MIT license.

Dependencies (0)

    Dev Dependencies (44)

    Package Sidebar

    Install

    npm i @xq-stencil/node-mocha-chai-react-component

    Weekly Downloads

    1

    Version

    0.1.1

    License

    MIT

    Unpacked Size

    9.68 kB

    Total Files

    9

    Last publish

    Collaborators

    • xqcao