1.1.12 • Published 5 years ago

@xq-stencil/node-jest-react-component v1.1.12

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Node Jest React Component stencil

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

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 Jest to test your code.
  • Support Yarn audit to do security check for dependencies.

Development:

Setup

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

$> git clone git@github.com:xqstencils/node-jest-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-jest-react-component is released under the MIT license.

1.1.12

5 years ago

1.1.11

5 years ago

1.1.9

5 years ago

1.1.8

5 years ago

1.1.5

5 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago

0.5.0

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago