1.0.1 • Published 7 years ago

planitjs-list v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

##Planitjs List It's a flavor of planitjs for processing lists and visualizing them.

##Arguments ###Name First argument is the name of the list.

##Contents YAML is supported for writing the list. ###Ticking off an item Simply append the name with "x."

Its children will be ticked off too when visualized.

###Example

- homeworks:
	- discrete_maths:
		- homework1[x]
		- homework2[x]
		- homework3
		- homework4
	- mat125:
		- assignment1[x]
		- assignment2
		- assignment3:
			- problem1[x]
			- problem2
			- problem3[x]