Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/haaarshsingh/npx
- Owner: haaarshsingh
- License: mit
- Created: 2020-10-22T22:33:20.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-19T07:46:40.000Z (5 months ago)
- Last Synced: 2024-09-02T16:53:06.178Z (2 months ago)
- Topics: node, npm, npx, pnpx
- Language: TypeScript
- Homepage: https://harshsingh.xyz
- Size: 39.1 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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/)