0.0.10 • Published 3 years ago

ctizen v0.0.10

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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 šŸ’›

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago