Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/motea927/test-unbuild-error-with-chokidar


https://github.com/motea927/test-unbuild-error-with-chokidar

Last synced: about 6 hours ago
JSON representation

Awesome Lists containing this project

README

        

# packageName

[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]

This is my package description.

## Usage

Install package:

```sh
# npm
npm install packageName

# yarn
yarn add packageName

# yarn
yarn install packageName

# bun
bun install packageName
```

Import:

```js
// ESM
import {} from "packageName";

// CommonJS
const {} = require("packageName");
```

## 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 `yarn install`
- Run interactive tests using `yarn dev`

## License

Made with 💛

Published under [MIT License](./LICENSE).

[npm-version-src]: https://img.shields.io/npm/v/packageName?style=flat&colorA=18181B&colorB=F0DB4F
[npm-version-href]: https://npmjs.com/package/packageName
[npm-downloads-src]: https://img.shields.io/npm/dm/packageName?style=flat&colorA=18181B&colorB=F0DB4F
[npm-downloads-href]: https://npmjs.com/package/packageName