0.1.18 • Published 6 months ago

@bdgt/cli v0.1.18

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

Bdgt CLI

A command-line interface tool for managing your budget.

Installation

npm install -g @bdgt/cli

Usage

bdgt --help

Authentication

Before using the CLI, you need to authenticate with your API token:

# Login with your API token
bdgt auth login

# Check authentication status
bdgt auth status

# Set custom API URL (defaults to http://localhost:3001)
bdgt auth set-url

# Logout
bdgt auth logout

Commands

  • bdgt auth login - Set up authentication with an API token
  • bdgt auth logout - Remove stored authentication
  • bdgt auth status - Check authentication status
  • bdgt auth set-url - Set the API URL

Development

# Install dependencies
npm install

# Run tests
npm test

# Build the project
npm run build

# Run in development mode
npm run dev

Requirements

  • Node.js >= 16.0.0

License

MIT

0.1.18

6 months ago

0.1.17

6 months ago

0.1.16

6 months ago

0.1.15

6 months ago

0.1.14

6 months ago

0.1.13

6 months ago

0.1.12

6 months ago

0.1.11

6 months ago

0.1.10

6 months ago

0.1.9

6 months ago

0.1.8

6 months ago

0.1.7

6 months ago

0.1.6

6 months ago

0.1.4

6 months ago

0.1.3

6 months ago

0.1.1

7 months ago

0.1.0

7 months ago