🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

card-flex

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

card-flex

it's time to flex your name-card.

Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
1
-96.87%
Maintainers
1
Weekly downloads
 
Created
Source

card-flex

:clipboard: description

card-flex is cli tools to generate cli-based name-card.

:computer: how to setup

on your local machine

before we get started, please note that you have to install nodejs including npx to run this cli-tools.

  • first, open your terminal and run the following command to initialize the project:
npx card-flex
  • the previous command will prompt you with a series of questions. answer them as required to configure your name-card
  • make sure there's no error. if you get an error, please write on this link
  • it will create new folder/directory based on your GitHub username that you provide before
  • change the directory using this command
cd <your-github-username>
  • open your name-card locally using
npm run dev

you should be able to see your own cli-based name-card locally

public on "npmjs"

next step we will make it public using npmjs.com, so people can access your cli-based name-card by using npx <your-github-username>. if don't have an account, you need to register it first to npmjs.com, don't forget to use your github username as npmjs username

  • open your terminal and login to your npmjs
npm login
  • follow the prompt to login to your account
  • once that is done, go ahead and run an
npm publish
  • make sure there's no error. if you get an error, please write on this link

  • if everything is set up right, try running

npx <your-github-username>

:busts_in_silhouette: contributors

All the amazing contributors of card-flex

:muscle: support me

Nih buat jajan

Keywords

cli

FAQs

Package last updated on 28 Oct 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts