Ready to publish on nest.land

This commit is contained in:
Helloyunho 2021-02-25 13:23:01 +09:00
parent 2b0db63f82
commit d5634f676f
3 changed files with 28 additions and 0 deletions

3
.eggignore Normal file
View File

@ -0,0 +1,3 @@
extends .gitignore
./src/test/**/*

View File

@ -30,6 +30,8 @@
You can import the package from https://deno.land/x/harmony/mod.ts (with latest version) or can add a version too, and raw GitHub URL (latest unpublished version) https://raw.githubusercontent.com/harmonyland/harmony/main/mod.ts too.
You can also check(not import) the module in https://nest.land/package/harmony (link for importing is in the site).
For a quick example, run this:
```bash

23
egg.json Normal file
View File

@ -0,0 +1,23 @@
{
"$schema": "https://x.nest.land/eggs@0.3.4/src/schema.json",
"name": "harmony",
"entry": "./mod.ts",
"description": "An easy to use Discord API Library for Deno.",
"homepage": "https://github.com/harmonyland/harmony",
"version": "v1.1.3",
"files": [
"./src/**/*",
"./deps.ts",
"./README.md",
"./LICENSE",
"./banner.png",
"./CONTRIBUTING.md",
"./CODE_OF_CONDUCT.md",
"./examples/*"
],
"checkFormat": "npx eslint src",
"checkTests": false,
"checkInstallation": false,
"check": true,
"unlisted": false
}