https://github.com/taffarel55/taffarel
The following code is a Javascript program that displays information about the developer, Maurício Taffarel, and provides options to learn more about him.
https://github.com/taffarel55/taffarel
description nodejs taffarel terminal terminal-based
Last synced: about 2 months ago
JSON representation
The following code is a Javascript program that displays information about the developer, Maurício Taffarel, and provides options to learn more about him.
- Host: GitHub
- URL: https://github.com/taffarel55/taffarel
- Owner: taffarel55
- Created: 2023-03-06T03:25:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T04:45:53.000Z (over 3 years ago)
- Last Synced: 2025-06-05T11:52:45.938Z (about 1 year ago)
- Topics: description, nodejs, taffarel, terminal, terminal-based
- Language: JavaScript
- Homepage: https://www.npmjs.com/taffarel/
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `npx taffarel`
The following code is a Javascript program that displays information about the developer, Maurício Taffarel, and provides options to learn more about him.
## 🚀 Usage
The script can be run in a terminal by executing the file with a Node.js interpreter, such as:
```bash
npx taffarel
```
This will trigger the script to load and start outputting information to the console, including the developer's profile picture, bio and options.
When the user chooses one of the options by pressing enter after selecting, the script will open the corresponding URL in your default web browser.
## 💻 Developing
Make sure to install all the required libraries first before running the script.
```bash
npm install
```
To automatically restart the Node.js server whenever any modification in project files is detected, while developing and monitoring changes, execute:
```
npm run dev
```
> Based on https://github.com/f/fka