@omni-door/tpl-toolkit
v2.9.23
Published
The JS-SDK project template
Downloads
4,513
Maintainers
Readme
🐸 @omni-door/tpl-toolkit
The JS-SDK project template for @omni-door
Install
Clone the repo:
[email protected]:omni-door/tpls.git
Install with Npm:
npm install @omni-door/tpl-toolkit
Install with Yarn:
yarn add @omni-door/tpl-toolkit
Templates
| folder | file |
| --- | --- |
| babel | babel.config.js |
| commitlint | commitlint.config.js |
| editor | .editorconfig |
| eslint | .eslintrc.js |
| ignore | .eslintignore & .gitignore & .npmignore & .prettierignore |
| karma | karma.conf.js |
| mocha | mocha.opts |
| new | the standard templates for omni new
command |
| omni | omni.config.js |
| package | package.json |
| prettier | prettier.config.js |
| readme | README.md & README.zh-CN.md & DEV.md & DEV.zh-CN.md |
| source | the standard templates in src
folder |
| tsconfig | tsconfig.json |
| umi | .umirc.js & .env |
| vsc | .vscode/settings.json |