1.0.4 • Published 5 years ago

aboutme-cli v1.0.4

Weekly downloads
7
License
MIT
Repository
github
Last release
5 years ago

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

  1. create a gist
  2. write a description with a word "about"
  3. 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