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
- Host: GitHub
- URL: https://github.com/unjs/template
- Owner: unjs
- License: mit
- Created: 2022-01-21T20:16:23.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T02:55:50.000Z (over 1 year ago)
- Last Synced: 2024-05-21T03:52:32.243Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 85 KB
- Stars: 142
- Watchers: 3
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# packageName
[](https://npmjs.com/package/packageName)
[](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)_