https://github.com/tehbrian/projutil
A CLI tool that generates and updates project files.
https://github.com/tehbrian/projutil
cli deno
Last synced: about 2 months ago
JSON representation
A CLI tool that generates and updates project files.
- Host: GitHub
- URL: https://github.com/tehbrian/projutil
- Owner: TehBrian
- Created: 2022-07-06T14:56:05.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T01:47:38.000Z (almost 2 years ago)
- Last Synced: 2025-06-12T22:33:02.357Z (about 1 year ago)
- Topics: cli, deno
- Language: TypeScript
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# projutil
A CLI tool that generates and updates project files.
## Installation
Run the following command in this repository's root directory.
```zsh
deno install --allow-read --allow-write --allow-env --reload -fg -n projutil src/index.ts
```
It'll then tell you to add a specific directory to your PATH, which you'll need
to do as well.