bup is a scaffold for frontend enginer to help you configure your project. progressively and automatically integrate development dependency of your project.
use npm:
npm install -g buildp
use pnpm:
pnpm install -g buildp
use yarn:
yarn add -g buildp
for help:
bup -h
for eslint:
bup eslint
for commitlint:
bup commitlint
for changelog:
bup changelog
for prettier:
bup prettier
for lint-staged:
bup lint-staged
- eslint integrate
- commintlint integrate
- changelog integrate
- prettier automate setting
- lint-staged automate setting
- mockjs automate setting
- jest automate setting
- cypress automate setting
- oxlint automate setting
- biome automate setting
- fork this repository
- clone your fork repo
- write your code
- push your commit to your fork repo
- and Pull Request to this repo
- i will merged if reviewed and everything is ok
This project is licensed under the MIT License - see the LICENSE file for details.
MIT License, Copyright (c) 2023 Vesper@之一
eslint lint-staged commitlint mockjs jest cypress javascript config setting plugin changelog prettier build project automatic