Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

npm-itrc-client

Package Overview
Dependencies
Maintainers
1
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

npm-itrc-client

A CLI to manage a TODO list

unpublished
latest
npmnpm
Version
1.0.185
Version published
Maintainers
1
Created
Source

TODOS-CLI

A CLI tool for a tutorial for LogRocket on how to create a CLI tool using Node.js.

Installation

Clone the repository:

git clone https://github.com/shahednasser/todos-cli.git

Install the dependencies:

npm i

Install the package globally on your machine:

npm i -g

Usage

  • To view the TODO list:
todos list
  • To add a TODO task:
todos add <task>

For example:

todos add "Make Dinner"

If the task text has spaces either put quotations around it or escape the spaces. If it doesn't, quotations are not necessary.

  • Mark tasks as done:
todos mark-done

This will mark all tasks as done. To mark specific tasks as done by their indices, run:

todos mark-done -t 1 2

where -t, --tasks can take at least one value. Values are separated by spaces.

Keywords

MIT

FAQs

Package last updated on 14 Mar 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts