create-xyz
v0.1.5
Published
<!-- automd:badges color=yellow -->
Readme
create-xyz
This is my package description.
Usage
Install package:
# ✨ Auto-detect
npx nypm install create-xyz
# npm
npm install create-xyz
# yarn
yarn add create-xyz
# pnpm
pnpm install create-xyz
# bun
bun install create-xyzImport:
ESM (Node.js, Bun)
import {} from 'create-xyz'CommonJS (Legacy Node.js)
const {} = require('create-xyz')CDN (Deno, Bun and Browsers)
import {} from 'https://esm.sh/create-xyz'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
Published under the MIT license. Made by community 💛
🤖 auto updated with automd
