An open API service indexing awesome lists of open source software.

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.

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.