Skip to content

codewithdhruba01/Skillber

Repository files navigation

Skillber

Skillber is a simple and extensible CLI tool built with TypeScript. It helps automate and organize tasks (called "skills") using a modular and scalable structure.

🚀 Features

  • Built with TypeScript
  • Modular skill system
  • Simple command-line interface
  • Easily extendable with new skills

📦 Installation

git clone https://github.com/codewithdhruba01/Skillber.git
cd Skillber
npm install

▶️ Usage

To run a skill from the command line:

npm run start -- <skill-name> [options]

Example:

npm run start -- greet --name Dhruba

🛠️ Development

To start development:

npm run dev

To build the project:

npm run build

To run tests (if available):

npm test

✨ Creating a New Skill

Create a new file inside the src/skills/ directory:

export default function mySkill(args: any) {
  console.log("Running my skill with args:", args);
}

Made with ❤️ by Dhrubaraj

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors