0.0.11 • Published 9 months ago
unjs-rekit v0.0.11
Unjs-rekit
a fork from unjs/unkit
Usage
Install package:
# pnpm
pnpm install unjs-rekit
Import:
// ESM
import { consola } from "unjs-rekit/cli";
// CommonJS
const { consola } = require("Unjs-rekit/cli");
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.