https://github.com/vrerv/node-package-template
A node package template project
https://github.com/vrerv/node-package-template
node-js template typescript
Last synced: about 2 months ago
JSON representation
A node package template project
- Host: GitHub
- URL: https://github.com/vrerv/node-package-template
- Owner: vrerv
- License: mit
- Created: 2024-08-18T14:07:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-28T10:08:42.000Z (almost 2 years ago)
- Last Synced: 2024-12-27T21:13:51.459Z (over 1 year ago)
- Topics: node-js, template, typescript
- Language: TypeScript
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Node package template
A node package template project

[](https://www.npmjs.com/package/@vrerv/node-package-template)
## Usage
TODO: build software and write usage instructions
## Requirements
This package supports the following minimum versions:
- Runtime: `node >= 14`
- Type definitions (optional): `typescript >= 4.5`
Earlier versions may still work, but we encourage people building new applications to upgrade to the current stable.
## References
- This codebase has been stripped down from the original [notion-sdk-js](https://github.com/makenotion/notion-sdk-js)