https://github.com/dpmland/monk
Do you want generate a installer for your app use this!! :monkey:
https://github.com/dpmland/monk
deno deno-module hacktoberfest typescript
Last synced: 10 days ago
JSON representation
Do you want generate a installer for your app use this!! :monkey:
- Host: GitHub
- URL: https://github.com/dpmland/monk
- Owner: dpmland
- License: mit
- Created: 2022-10-03T02:28:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-24T21:35:30.000Z (almost 3 years ago)
- Last Synced: 2025-08-18T09:04:31.733Z (11 months ago)
- Topics: deno, deno-module, hacktoberfest, typescript
- Language: TypeScript
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# monk :mage: :monkey:
---
Do you want generate a installer for your app use this!!
## Usage and Installation
### Installation
`dpm install monk` or with **dpm +0.2.0** you can use `dpm bundle installer`
Or import like:
```ts
import { Monk } from 'https://deno.land/x/monk/mod.ts';
```
### Usage
```ts
import { Monk } from 'https://deno.land/x/monk/mod.ts';
await Monk({
versions: {
downloadVersion: 'stable', // Here you can add the version for download only canary or stable!
stable: {
url: 'https://github.com/dpmland/dpm', // Here you add the url and branch for the stable and canary
branch: 'main',
},
canary: {
url: 'https://github.com/dpmland/dpm',
branch: 'dev',
},
},
files: {
appName: 'dpm', // With this name compile the app into a binary!
stable: {
importMapFile: './import_map.json', // This route is necessary for the compilation!
mainFile: './dpm.ts',
},
canary: {
importMapFile: './import_map.json',
mainFile: './dpm.ts',
},
},
// OPTIONAL
social: {
github: 'https://github.com/dpmland/dpm', // The GitHub Repo for more information!
discord: 'https://discord.com/invite/Um27YPJKud', // The Discord Server for more information!
errors: 'https://github.com/dpmland/dpm/issues', // The issues route for the bugs!
},
});
```
## Information :book:
- **Author:** DPM LAND Authors
- **Version:** 0.1.0
- **License:** MIT
---
Made with the [Deno Package Manager](https://github.com/dpmland/dpm) Help
:sauropod: :alien: