1.0.2 • Published 5 months ago

seongsuk v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

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

CommandDescription
-v, --versionOutput CLI version
-h, --helpDisplay available commands
github\|ghOpen GitHub profile in browser
portfolio\|pfOpen 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.

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

6 months ago