@jsxu/dev
v0.0.3
Published
Develop and deploy scripts, configs and template files for Eslint, TypeScript, VSCode and so on for development environment
Downloads
5
Readme
@jsxu/dev
A collection of develop and deploy scripts, configs and template files for development environment
- 📁 configs/
- Eslint, TypeScript configs files to import in development environment
eslintrc.js
: for use withextends
+./node_modules/@jsxu/dev/configs/eslintrc.js
in dev eslintrc.js filetsconfig.json
: for use withextends
+./node_modules/@jsxu/dev/configs/tsconfig.json
in dev tsconfig.json file
- Eslint, TypeScript configs files to import in development environment
- 📁 templates/
- Eslint, TypeScript, gitignore template codes in text format to apply in development environment
- 📁 scripts/
- scripts to run and build (TODO)