[go: nahoru, domu]

Skip to content

agneym/create-profile-card

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create Profile Card

npm

A CLI for creating a profile card package.

Image of Profile Card

Usage

npm init profile-card name

Steps

Customising your card

Inside the generated project, you will find a config.json file.

  1. This contains keys for all data that you entered previously. Any change to this file will also change the profile card.

  2. The key boxOptions contains default configuration for boxen You can customise it providing any of its options.

  3. The key textOptions contains defaults for text styling using chalk. You can provide any of the options from styles. You can also combine options like:

{
  "textOptions": {
    "label": "bold.green",
    "value": "underline.redBright"
  }
}

License

MIT - see LICENSE