Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/haaarshsingh/npx

Terminal business card
https://github.com/haaarshsingh/npx

node npm npx pnpx

Last synced: about 1 month ago
JSON representation

Terminal business card

Awesome Lists containing this project

README

        

## npx

My terminal business card. Built for an old blog post.

### Usage

In your terminal, run:

```zsh
npx harshsingh
# pnpx harshsingh
```

#### Building

Run the project locally

```zsh
git clone https://github.com/harshhhdev/npx.git
```

#### Setting up the project

```zsh
cd npx
pnpm
```

Next, build the output and watch for changes

```zsh
pnpm tsc

# Watch for changes automatically
# Node.js v18.11.0+
node --watch dist/index.js
```

### Tools

- [boxen](https://github.com/sindresorhus/boxen)
- [open](https://github.com/sindresorhus/open)
- [chalk](https://github.com/chalk/chalk)
- [Inquirer.js](https://github.com/SBoudrias/Inquirer.js)

### Inspirations

- [anmol098/npx_card](https://github.com/anmol098/npx_card)
- [@jackboberg](https://studioelsa.se/blog/open-source-oss-npx-business-card/)