yaoxfly / npm-rollup-babel-template

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:JavaScript 77.2%Language:Shell 15.2%Language:TypeScript 7.6%