# 🐸 @omni-door/tpl-component-library-react
The React component-library-react project template

## Install
* Clone the repo: `git clone git@github.com:omni-door/tpl-component-library-react.git`

* Install with [npm](https://www.npmjs.com/package/@omni-door/tpl-component-library-react): `npm install @omni-door/tpl-component-library-react`

* Install with [Yarn](https://yarnpkg.com/en/package/@omni-door/tpl-component-library-react): `yarn add @omni-door/tpl-component-library-react`

## Templates
- babel => babel.config.js

- commitlint => commitlint.config.js

- eslint => .eslintrc.js

- eslintignore => .eslintignore

- gitignore => .gitignore

- jest => jest.config.js

- karma => karma.config.js

- mocha => mocha.opts

- npmignore => .npmignore

- omni => omni.config.js

- pkj => package.json

- readme => README.md

- stylelint => stylelint.config.js

- tsconfig => tsconfig.json

- component_class => component/{component}/index.(jsx|tsx)

- component_functional => component/{component}/index.(jsx|tsx)

- component_index => component/{component}/index.(js|ts)

- component_readme => component/{component}/README.md

- component_stylesheet => component/{component}/style/index.(css|less|scss)

- component_test => component/{component}/test/index.(jsx|tsx)

- component_mdx => component/{component}/README.mdx

- component_stories => component/{component}/stories/index.(jsx|tsx)

- source_index => src/index.(js|ts)

- source_d => src/@types/global.d.ts

- storybook_addons => .storybook/addons.js

- storybook_config => .storybook/config.js

- storybook_mhead => .storybook/manager-head.html

- storybook_webpack => .storybook/webpack.config.js

- bisheng => bisheng.config.js

- posts_readme => posts/README.md

- doczrc => doczrc.js

- mdx => README.mdx