https://github.com/markthree/deno-make
生成项目文件
https://github.com/markthree/deno-make
Last synced: 17 days ago
JSON representation
生成项目文件
- Host: GitHub
- URL: https://github.com/markthree/deno-make
- Owner: markthree
- License: mit
- Created: 2022-12-18T07:36:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-18T08:31:52.000Z (over 3 years ago)
- Last Synced: 2025-03-26T18:54:50.550Z (about 1 year ago)
- Language: TypeScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# deno-make
## Usage
### install
```shell
deno install --allow-write -rfn m https://deno.land/x/dmake/mod.ts
```
```shell
deno install --allow-write -rfn m https://deno.land/x/dmake/mod.ts
```
### daily
```shell
m
```
## License
Made with [markthree](https://github.com/markthree)
Published under [MIT License](./LICENSE).