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

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

Awesome Lists containing this project

README

          


Node package template



A node package template project




![Build status](https://github.com/vrerv/node-package-template/actions/workflows/ci.yml/badge.svg)
[![npm version](https://badge.fury.io/js/%40vrerv%2Fnode-package-template.svg)](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)