JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 85
  • Score
    100M100P100Q79204F
  • License MIT

Command-line interface for Freelo.io project management.

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (freelo-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    freelo-cli

    Command-line interface for Freelo.io — manage projects, tasklists, tasks, comments, time entries, and files without leaving the terminal.

    Status: early scaffold. The only command implemented today is freelo --version. Real subcommands land as their feature specs do.

    Install

    npm install -g freelo-cli
    # or
    pnpm add -g freelo-cli

    Requires Node.js 20.11 or newer.

    Use

    freelo --version    # prints the installed version
    freelo --help       # shows available commands

    Develop

    pnpm install
    pnpm dev -- --version    # run the entry directly via tsx
    pnpm build               # bundle to dist/freelo.js
    pnpm test                # vitest
    pnpm lint && pnpm typecheck

    Conventional Commits are enforced by a commit-msg hook. Add a changeset (pnpm changeset) for any user-visible change.

    Process

    This repository uses an agentic SDLC. See .claude/docs/sdlc.md (interactive) and .claude/docs/autonomous-sdlc.md (autonomous via /auto).

    License

    MIT