seongsuk
v1.0.2
Published
๐ฅ This CLI allows you to explore Seongsuk's development activities.
Downloads
91
Readme
Seongsuk's CLI
๐ Introduction
Welcome to Seongsuk's CLI! This CLI allows you to explore Seongsuk's development activities.
๐ฏ Features
- Open Seongsuk's GitHub profile
- Explore the portfolio website
- Display CLI help and version information
- Open links in a specified browser
โก๏ธ Installation & Quick Start
You can run directly without installation or install it globally for repeated use.
๐น Run Without Installation
If you want to use it instantly, run:
npx seongsukOr execute a specific command directly:
npx seongsuk github๐น Install Globally
If you prefer to install it and use it multiple times, install it globally:
npm install -g seongsukThen, you can run:
seongsuk github๐ฅ Commands
| Command | Description |
| ------------------------- | ----------------------------------------------------------- |
| -v, --version | Output CLI version |
| -h, --help | Display available commands |
| github\|gh | Open GitHub profile in browser |
| portfolio\|pf | Open portfolio website in browser |
| --browser, -b <browser> | Specify the browser to open (e.g., Chrome, Safari, Firefox) |
๐ก Examples
$ npx seongsuk github
๐ Opens GitHub profile in your default browser!
$ seongsuk portfolio
๐ Opens portfolio website in your default browser!
$ npx seongsuk github -b safari
๐ Opens GitHub profile in Safari!
$ seongsuk portfolio --browser chrome
๐ Opens portfolio website in Chrome!๐ฑ Development & Contribution
๐ Setting Up the Development Environment
- Clone the repository:
git clone https://github.com/your-repo/seongsuk-cli.git - Install dependencies:
npm install - Build the project:
npm run build - Run the project locally:
npm start - Submit a PR with your contribution.
๐ License
This project is licensed under the MIT License.
