0.0.2 • Published 2 years ago

taffarel v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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:

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.

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