1.0.3 • Published 5 years ago

alfredik v1.0.3

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

ToDo app written in node.js

forthebadge

Uploaded as alfredik

forthebadge

Install

npm install alfredik -g

Run in dev mode

# go to the directory
cd todo-node

# install node packages
npm i

Usage

via npm

alfredik new

dev mod

node todo.js new
todo <command>

  commands can be:

  new:          used to create a new todo
  list:         used to retrieve your todos
  complete <i>: used to mark a todo as complete by index
  delete <i>:   used to delete a todo by index
  clear:        used to delete all todos
  export:       used to export todos to current directory
  help:         used to print the usage guide

ToDo

  • Prepare app for publishing on npm
  • Register app on npm
  • Add export function
  • Add telegram integration (or some other)

screenshot

Chpok Сhelebok production @ 2018

1.0.3

5 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago