ctizen
v0.0.10
Published
Smart CLI builder framework powered by citty.
Downloads
36
Readme
Ctizen
🙋🏻♂️ Smart CLI builder framework powered by citty.
Usage
Install package:
# npm
npm install citty && npm install ctizen -D
# yarn
yarn add citty && yarn add ctizen -D
# pnpm
pnpm add citty && pnpm add ctizen -D
Update package.json:
{
"script": {
"build": "cti build",
"dev": "cti dev"
}
}
Configuration
In ctizen.config.ts:
export default {
tsup: {}
}
License
Made with 💛