1.0.2 ⢠Published 5 months ago
seongsuk v1.0.2
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 seongsuk
Or 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 seongsuk
Then, 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.