0.0.10 • Published 2 years ago

ctizen v0.0.10

Weekly downloads
-
License
ISC
Repository
github
Last release
2 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

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago