Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/metonym/dlz

Create a minimal NPM package
https://github.com/metonym/dlz

Last synced: about 1 month ago
JSON representation

Create a minimal NPM package

Awesome Lists containing this project

README

        

# dlz

> Create a minimal NPM package

## Quick Start

```sh
bun i -D dlz
```

Invoke the `dlz` command in your `package.json`.

```diff
{
"scripts": {
+ "package": "dlz"
}
}
```

## Changelog

[CHANGELOG.md](CHANGELOG.md)

## License

[MIT](LICENSE)