alefesouza

2.5.0 • Public • Published

alefesouza

The Alefe Souza CLI

Usage

To install the CLI, first install Node.js, then:

$ npm install -g alefesouza

and run:

$ alefesouza

You can access my information without open CLI, just put what do you want to open after it, like:

$ alefesouza github

Will open my GitHub profile, you can also just show some of my information on terminal, like:

$ alefesouza show email
$ contact@alefesouza.com
 
$ alefesouza show website
$ https://alefesouza.com

To install on Node projects, run:

$ npm install alefesouza

and

console.log(require('alefesouza'));

To get my contact information, you can also use the destructuring assignment, like:

const { email } = require('alefesouza');
 
console.log(email) // contact@alefesouza.com

Built with

  • ink - React for interactive command-line apps
  • terminal-image - Display images in the terminal

Credits

The CLI is based on Sindre Sorhus CLI, the JSON is based on John K. Paul idea.

Package Sidebar

Install

npm i alefesouza

Weekly Downloads

4

Version

2.5.0

License

MIT

Unpacked Size

278 kB

Total Files

10

Last publish

Collaborators

  • alefesouza