@doremijs/fe-conf
TypeScript icon, indicating that this package has built-in type declarations

0.2.8 • Public • Published

配置生成器

基础的前端项目配置生成器,适合项目初始化的时候使用,或者完善当前项目的配置。生成的配置文件只作为通用设置,具体项目仍然需要做进一步修改以适配项目需要。

asciicast

使用方法

# 全局安装
npm i -g @doremijs/fe-conf
# 或者
yarn global add @doremijs/fe-conf
# 然后进行配置生成
fe-conf
# 或者跳过全局安装直接使用
pnpx @doremijs/fe-conf
npx @doremijs/fe-conf

生成的配置

  • babel
  • browserslist
  • commitlint
  • devmoji
  • dockerignore
  • editorconfig
  • eslint
  • git
  • husky
  • jest
  • license
  • lintstaged
  • npm
  • nvm
  • prettier
  • readme
  • stylelint
  • typescript
  • a2s

/@doremijs/fe-conf/

    Package Sidebar

    Install

    npm i @doremijs/fe-conf

    Weekly Downloads

    0

    Version

    0.2.8

    License

    MIT

    Unpacked Size

    175 kB

    Total Files

    100

    Last publish

    Collaborators

    • erguotou