Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/szikszail/npm-package
This repository/project is a template/placeholder for new NPM packages.
https://github.com/szikszail/npm-package
npm typescript
Last synced: about 1 month ago
JSON representation
This repository/project is a template/placeholder for new NPM packages.
- Host: GitHub
- URL: https://github.com/szikszail/npm-package
- Owner: szikszail
- License: mit
- Created: 2022-01-24T07:45:21.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-19T04:29:57.000Z (5 months ago)
- Last Synced: 2024-09-21T13:29:13.050Z (about 2 months ago)
- Topics: npm, typescript
- Language: TypeScript
- Homepage: https://npm-package.6ai.lol
- Size: 317 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# npm-package-template-6ai
![Downloads](https://img.shields.io/npm/dw/npm-package-template-6ai?style=flat-square) ![Version@npm](https://img.shields.io/npm/v/npm-package-template-6ai?label=version%40npm&style=flat-square) ![Version@git](https://img.shields.io/github/package-json/v/szikszail/npm-package/main?label=version%40git&style=flat-square) ![CI](https://img.shields.io/github/actions/workflow/status/szikszail/npm-package/ci.yml?branch=main&label=ci&style=flat-square) ![Docs](https://img.shields.io/github/actions/workflow/status/szikszail/npm-package/docs.yml?branch=main&label=docs&style=flat-square)
This repository/project is a template/placeholder for new NPM packages.
## Usage
`TODO`
## Other
For detailed documentation see the [TypeDocs documentation](https://szikszail.github.io/npm-package/).
This package uses [debug](https://www.npmjs.com/package/debug) for logging, use `npm-package` to see debug logs:
```shell
DEBUG=npm-package node my-script.js
```