Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

taskmanager-cli-app

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

taskmanager-cli-app

**Screenshot of the application**

  • 1.0.4
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

taskmanager-cli-app

Screenshot of the application

Screenshot

A cli task manager application for management your tasks in command line.

Installation run this command in your terminal.

npm install --save taskmanager-cli-app

OR

npm i -S taskmanager-cli-app

Usage This application has 4 commands for management tasks new done delete list : After run this command write your task and press enter.

node app.js new

For showing list of your tasks run this command:

node app.js list

delete and done commands need an index number

node app.js delete 0
node app.js done 0

Keywords

FAQs

Package last updated on 01 Oct 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc