Skip to content

Latest commit

Β 

History

History
48 lines (36 loc) Β· 1.37 KB

readme.md

File metadata and controls

48 lines (36 loc) Β· 1.37 KB

Journapi CLI

Write your in your bullet journal through CLI. πŸ‘¨β€πŸ’»

This is my first CLI, if you have any advice, you can open an issue! :)

πŸ’» Stack

I'm using the following libraries / templates:

⌨️ Install

$ npm install --global journapi-cli

πŸ›  Usage

$ journal --help
	πŸ““ Usage:
	  $ journal Your message

	πŸ›  Options:
	  --site     Open the web app
	  --help     Show the help of your journal
	  --key      Set the API key for this CLI
	  --api      Set the API url for this CLI
	  --list     Read your journal from this CLI

	πŸ‘ Examples:
	  $ journal --key Mrq5wMtD1yMX6gh694ORhgtxaYZtkAFWX3pko4Do // This is a dummy key.
	  $ journal --api https://myjournapiinstance.com/api // Your self-hosted URL; the default is already set.
	  $ journal I learned how to create a CLI

πŸ”— Others links