1.0.7 • Published 10 years ago

yaml-todos v1.0.7

Weekly downloads
2
License
MIT
Repository
-
Last release
10 years ago

yaml-todos

A todo list generator using yaml as input data.

installation

This application runs on node.js and is installed via node package manager:

> [sudo] npm install -g yaml-todos

run

> [sudo] yaml-todos -f file_name.yaml

syntax

The input yaml file must have a 'todos' key. This is simply because the web app is looking for this key when listing the tasks. See below for correct input syntax

todos:
  - <name>: <description>
  - <name>: <description>
  - <name>: <description>
  - <name>: <description>

example

1 - Create a yaml-file containing your todo-list:

todos.yaml

todos:
  - Install: Install this application from npm
  - Write todos: Write a todo list
  - Run: Run the application

2 - Next run the application

> [sudo] yaml-todos -f todos.yaml

3 - Done! Image

license

MIT

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago