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

fetch-github-tags

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fetch-github-tags

CLI Tool to fetch tags from a given github url from a given repo

npmnpm
Version
1.0.11
Version published
Weekly downloads
15
400%
Maintainers
1
Weekly downloads
 
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 15 Apr 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