Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

NozomuIkuta/unjs-template-playground

Repository files navigation

packageName

npm version npm downloads Github Actions Codecov

Package description

Usage

Install package:

# npm
npm install packageName

# yarn
yarn install packageName

# pnpm
pnpm install packageName

Import:

// ESM
import { } from 'packageName'

// CommonJS
const { } = require('packageName')

💻 Development

  • Clone this repository
  • Enable Corepack using corepack enable (use npm i -g corepack for Node.js < 16.10)
  • Install dependencies using pnpm install
  • Run interactive tests using pnpm dev

License

Made with 💛

Published under MIT License.

About

Playground for testing changes on unjs/template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published