Skip to content
This repository has been archived by the owner on May 28, 2022. It is now read-only.

MihaiVoinea/makerlog-cli

Repository files navigation

Ink
Makerlog CLI

An unofficial command line tool for Makerlog.

npm version makerlog-cli on GitHub Registry

Install

To install the latest version of Makerlog CLI run this command:

$ npm install -g makerlog-cli

Usage

Authenticate with your Makerlog account:

$ makerlog login --username "your_username" --password "your_password"

The tool does not store your username or password, it only uses them to get a token from Makerlog.

After you're logged in you can log new tasks:

$ makerlog done "I installed makerlog-cli github.com/MihaiVoinea/makerlog-cli"	# Add a new 'done' task
$ makerlog inprogress "I'm testing makerlog-cli github.com/MihaiVoinea/makerlog-cli"	# Add a new 'inprogress' task
$ makerlog todo "Start using makerlog-cli github.com/MihaiVoinea/makerlog-cli"	# Add a new 'todo' task

Planned features:

  • Add multiple tasks at once
  • See your remaining tasks
  • Mark a task as doing/done
  • Build a CLI user interface
  • Get notifications
  • Write tests

About

⌨️ A command line tool for Makerlog.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages