seongsuk

1.0.2Β β€’Β PublicΒ β€’Β Published

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

  1. Clone the repository:
    git clone https://github.com/your-repo/seongsuk-cli.git
  2. Install dependencies:
    npm install
  3. Build the project:
    npm run build
  4. Run the project locally:
    npm start
  5. Submit a PR with your contribution.

πŸ“œ License

This project is licensed under the MIT License.

Readme

Keywords

Package Sidebar

Install

npm i seongsuk

Weekly Downloads

12

Version

1.0.2

License

MIT

Unpacked Size

23 kB

Total Files

9

Last publish

Collaborators

  • seongsuk