An open API service indexing awesome lists of open source software.

https://github.com/unjs/template

📋 UnJS Project Starter Template
https://github.com/unjs/template

Last synced: 6 months ago
JSON representation

📋 UnJS Project Starter Template

Awesome Lists containing this project

README

          

# packageName

[![npm version](https://img.shields.io/npm/v/packageName?color=yellow)](https://npmjs.com/package/packageName)
[![npm downloads](https://img.shields.io/npm/dm/packageName?color=yellow)](https://npm.chart.dev/packageName)

This is my package description.

## Usage

Install the package:

```sh
# ✨ Auto-detect (supports npm, yarn, pnpm, deno and bun)
npx nypm install packageName
```

Import:

**ESM** (Node.js, Bun, Deno)

```js
import {} from "pkg";
```

**CDN** (Deno, Bun and Browsers)

```js
import {} from "https://esm.sh/pkg";
```

## Development

local development

- Clone this repository
- Install latest LTS version of [Node.js](https://nodejs.org/en/)
- Enable [Corepack](https://github.com/nodejs/corepack) using `corepack enable`
- Install dependencies using `pnpm install`
- Run interactive tests using `pnpm dev`

## License

Published under the [MIT](https://github.com/unjs/packageName/blob/main/LICENSE) license.
Made by [community](https://github.com/unjs/packageName/graphs/contributors) 💛





---

_🤖 auto updated with [automd](https://automd.unjs.io)_