Ready to publish on nest.land
This commit is contained in:
parent
2b0db63f82
commit
d5634f676f
3 changed files with 28 additions and 0 deletions
3
.eggignore
Normal file
3
.eggignore
Normal file
|
@ -0,0 +1,3 @@
|
|||
extends .gitignore
|
||||
./src/test/**/*
|
||||
|
|
@ -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
23
egg.json
Normal 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
|
||||
}
|
Loading…
Reference in a new issue