1.0.4 • Published 5 years ago

i-be v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

I BE

Have you ever seen those little cards people make with information about themselves on. You know. The ones that are node packages. The ones where you go npx samuelbeard and it displays it in the terminal.

I figured, instead of everyone making their own, lets make one BIG one that everyone can contribute to!

npx i-be samuelbeard

example


How it works

Simply run the command below with your username to get back your personal card.

npx i-be {username}

# eg:
npx i-be samuelbeard

For yours to work, you will need to create it. Have a read of the contributing section below.


Development

If you want to test your card, just run this:

node index {username}

# eg:
node index samuelbeard

Contributing

Here is how to get your card working:

  1. Fork this repo
  2. Create a branch with this naming convention: new-profile/{username}
  3. Create a new json file in the /profiles directory. (The name of the json file must be your username. E.g samuelbeard.json)
  4. Use the template JSON file to add information to your JSON file.
  5. Commit and push everything to your branch.
  6. Submit a PR
1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago