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.
- Host: GitHub
- URL: https://github.com/angelmtztrc/contact-manager-cli
- Owner: angelmtztrc
- License: mit
- Created: 2020-09-08T20:29:29.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2021-03-16T20:00:10.000Z (over 5 years ago)
- Last Synced: 2025-02-03T18:56:15.579Z (over 1 year ago)
- Topics: cliffy, deno, nanoid, typescript
- Language: TypeScript
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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