Skip to content

TheOtterlord/denode

Repository files navigation

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

# npm
npm i <package>
# yarn
yarn add <package>

Deno

import <default> from 'https://deno.land/x/<package>@<version>/<file>'

Usage

Add some usage documentation, or link to your documentation.

About

Deno + Node.js library template

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published