Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (create-initer) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
create-initer
An easy way to create various configuration files
一个用于生成各种配置文件的简易工具
使用
# pnpm
pnpm create initer@latest
# npm
npm create initer@latest
# yarn
yarn create initer@latest已支持的配置文件
功能正在完善中,欢迎提供更多的配置文件
- prettier
- eslint(使用 @antfu/eslint-config 配置规则 )
- lint-staged
- commitlint(使用 @femm/verify-commit 进行校验 )
- husky
- editorconfig
- gitignore
- npmrc
- nvmrc