0.0.2 • Published 5 months ago

unget v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Unget

npm version npm downloads bundle Codecov

Unget is a Giget fork featuring a vibrant CLI menu with Citty and Consola! 🚀🖥️.

Usage

Install package:

# npm
npm install unget

# yarn
yarn add unget

# pnpm
pnpm install unget

# bun
bun install unget

Interactive Bin:

# npx
npx unget@latest --help

Import:

// ESM
import {} from 'unget';

// CommonJS
const {} = require('unget');

Development

  • Clone this repository
  • Install latest LTS version of Node.js
  • Enable Corepack using corepack enable
  • Install dependencies using pnpm install
  • Run interactive tests using pnpm dev

License

Made with 💛

Published under MIT License.

0.0.2

5 months ago

0.0.1

5 months ago