https://github.com/markthree/deno-make
生成项目文件
https://github.com/markthree/deno-make
Last synced: about 1 year 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-01-13T05:08:12.574Z (over 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).