Welcome to Seongsuk's CLI! This CLI allows you to explore Seongsuk's development activities.
- Open Seongsuk's GitHub profile
- Explore the portfolio website
- Display CLI help and version information
- Open links in a specified browser
You can run directly without installation or install it globally for repeated use.
If you want to use it instantly, run:
npx seongsuk
Or execute a specific command directly:
npx seongsuk github
If you prefer to install it and use it multiple times, install it globally:
npm install -g seongsuk
Then, you can run:
seongsuk github
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) |
$ 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!
- 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.
This project is licensed under the MIT License.