This is a stencil for react component base on node and jest.
- 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.
Clone this stencil and replace @xq-stencil/node-jest-react-component
with your package name.
$> git clone [email protected]:xqstencils/node-jest-react-component.git
$> yarn install
$> yarn babel
# or run babel in watch mode
$> yarn babel:watch
$> yarn build
$> yarn lint
$> yarn test
# or run the test in watch mode
$> yarn test:watch
$> yarn audit
- Update the circleci config
- Setup the ci into circleci site.
$> yarn start
node-jest-react-component is released under the MIT license.