Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/metonym/dlz
- Owner: metonym
- License: mit
- Created: 2024-01-06T23:37:45.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-01-07T17:58:49.000Z (11 months ago)
- Last Synced: 2024-09-14T04:21:16.141Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)