aboutme-cli
v1.0.4
Published
A CLI that helps you to know the social networks of a person
Downloads
5
Maintainers
Readme
ABOUTME CLI
A CLI that helps you to know the social networks of a person.
Installing
$ npm install -g aboutme-cli
How to use
aboutme --help
Usage:
$ aboutme <username> Show username and social network information
Options:
-h, --help Show help options
-v, --version Show version
Create social credencials
- create a gist
- write a description with a word "about"
- and write a
JSON
with your credencials
{
"twitter": "https://twitter.com/name",
"facebook": "https://facebook.com/name",
"blog": "https://blog.com/",
"blabla": "https://blabla.com/name"
}
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
License
This project is licensed under the MIT License - see the LICENSE.md file for details