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

https://github.com/theotterlord/denode

Deno + Node.js library template
https://github.com/theotterlord/denode

deno library nodejs

Last synced: about 1 month ago
JSON representation

Deno + Node.js library template

Awesome Lists containing this project

README

          

# Deno + Node.js Library Template

A Deno & Node.js compatible library template.

Todo list:

- [ ] Add a description of your library above.
- [ ] Add your package name to the `package.json` file and to the install instructions below.
- [ ] Add a secret `NPM_TOKEN` from NPM to the repository.
- [ ] Start coding!

## Installation

### Node.js

```bash
# npm
npm i
# yarn
yarn add
```

### Deno

```js
import from 'https://deno.land/x/@/'
```

## Usage

Add some usage documentation, or link to your documentation.