actit-cli
v1.0.3
Published
To get started with Actit, follow these steps:
Downloads
2
Readme
Getting Started
To get started with Actit, follow these steps:
Visit the website at actit.vercel.app and sign up using your GitHub account.
Generate your API key from the dashboard.
Install the Actit CLI globally using npm:
npm install -g actit-cli
- Login to the CLI using the command
actit login
. You will be prompted to enter your API key. Paste your API key and press enter.
Now, you're all set to start using Actit!
CLI commands
The CLI provides several commands for managing tasks:
actit add
: Add a new task.actit list
: List all tasks.actit done
: Mark a task as completed.actit delete
: Delete a task.actit login
: Login to your account.actit sync
: Sync tasks with the server.