Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 876 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 876 Bytes

English | 中文

npm-rollup-babel-template

The npm package template integrates package related plug-in configurations such as rollup and babel.

  • Husky、commitlint、commitizen、lint-staged (Standardize git submission)
  • Release-it (Automated version management)
  • Automatically declare dependencies as externals
  • Handling external npm dependencies
  • Introduced based on CommonJS module
  • Automatically clear debug code
  • Automatically summarize d.ts files
  • Json file import
  • Load configuration on demand
  • CDN configuration
  • Editorconfig is configured in a standard way. (The editor installs the corresponding editorconfig plug-in, so that the project uniformly applies the same coding style such as space and indentation)
  • Rollup
  • Babel
  • Typescript
  • Eslint