0.0.11 • Published 9 months ago
@happyc/auto-deploy v0.0.11
@happyc/auto-deploy
A tool dedicated to build, upload and deploy.
Understand and Use
- you can use
pnpx @happyc/auto-deploydirectly. - Use the current version's
preidwhen available. - Confirmation before bumping.
- Conventional Commits by default.
- Ships ESM and CJS bundles.
- Supports config file
auto-deploy.config.ts:
// auto-deploy.config.ts
import { defineConfig } from '@happyc/auto-deploy'
export default defineConfig({
// ...options
})