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

https://github.com/angelmtztrc/contact-manager-cli

A CLI application for managing your contact built with Deno.
https://github.com/angelmtztrc/contact-manager-cli

cliffy deno nanoid typescript

Last synced: about 2 months ago
JSON representation

A CLI application for managing your contact built with Deno.

Awesome Lists containing this project

README

          

# Contact Manager CLI

A simple CLI program for manage your contacts in your terminal.

## Setting up

If you want to run this project make sure that you have installed `Deno v1.8.1` or later, then run the following command in the root folder:

```sh
deno run --unstable --allow-read --allow-write main.ts
```

## Project built with

`deno` `typescript` `cliffy` `nanoid`

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.

[MIT LICENSE](LICENSE) - Angel Martinez