2.5.0 • Published 6 years ago

alefesouza v2.5.0

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

alefesouza

The Alefe Souza CLI

npm.io

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.