Skip to content

cuongndc9/todos-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todos-cli

Build Status

🦉 Todos CLI with NodeJS.

todos-cli

Installation

Clone this project:

$ git clone https://github.com/cuongw/todos-cli.git

Change directory todos-cli & allow execute script:

$ cd todos-cli && chmod +x index.js

Run script anywhere

$ npm link

Install packages

$ npm install

Usage

todos <command>

  commands can be:

  new:                        used to create a new todo
  get:                        used to retrieve your todos
  complete <index of todo>:   used to mark a todo as complete
  help:                       used to print the usage guide

Document

Building CLI Applications with NodeJS

License

MIT

Releases

No releases published

Packages

No packages published