New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

ctizen

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ctizen

Smart CLI builder framework powered by citty.

latest
Source
npmnpm
Version
0.0.10
Version published
Weekly downloads
5
150%
Maintainers
1
Weekly downloads
 
Created
Source

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 💛

Keywords

cli

FAQs

Package last updated on 31 Oct 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts