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
- Host: GitHub
- URL: https://github.com/theotterlord/denode
- Owner: TheOtterlord
- License: mit
- Created: 2021-12-09T19:55:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-09T19:55:42.000Z (over 4 years ago)
- Last Synced: 2025-02-10T04:27:54.407Z (over 1 year ago)
- Topics: deno, library, nodejs
- Language: TypeScript
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.