Skip to content

alveflo/yaml-todos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 - Run the application

> (sudo) yaml-todos -f todos.yaml

3 - Done! Image

license

MIT

About

A todo list generator using yaml as input data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published