A command-line interface (CLI) tool for freelancers.
- Node.js (v18.x, v20.x, or v22.x)
- pnpm (v8 or higher)
- Clone the repository:
git clone <repository-url>
cd freelancer-cli- Install dependencies:
pnpm install- Link the package locally:
pnpm fix-linkOnce published, you can install the package globally using:
pnpm add -g freelancer-cliAfter installation, you can use the CLI tool with the freelancer-cli command:
freelancer-cli [command] [options]- Build the project:
pnpm build- Run tests:
pnpm testMIT © Bryan Blanchot