Socket
Socket
Sign inDemoInstall

imdone

Package Overview
Dependencies
Maintainers
1
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

imdone

Create tasks in files using markdown syntax and organize them with kanban


Version published
Weekly downloads
15
increased by200%
Maintainers
1
Weekly downloads
 
Created
Source

iMDone

##Keep your tasks in your files and organize using kanban Create tasks in any file using markdown syntax and organize them with a local kanban board. Share your board on github, dropbox, and other cloud providers.

##Install npm install -g imdone

##And run! navigate to your local project folder and run:
imdone

###Put a task at the top of a list called "to-do" [this is a task](#todo:10) ###In javascript code //[this is a task in javascript code](#done:50) ###Put a task on the bottom of a list called "doing" [this is a task in doing](#doing:50) ###Tasks are sorted by the number after the : ###imdone will create a folder named imdone that will contain your custom configuration and a file to keep your lists in order

  • you should keep imdone in source control

##Configuration Create a file called imdone.js in your project directory. The default config looks like this. Your imdone.js will extend this.

module.exports = {
	exclude:/^(node_modules|imdone|target)\/|^\.(git|svn)\/|\~$|\.(jpg|png|gif|swp)$/,
	port:8080,
	//github : {url : "http://www.github.com/piascikj/imdone"}, //Use this if you want links to point at github
	marked : {
		gfm: true,
		pedantic: false,
		sanitize: true
	}
};

##TODO

Keywords

FAQs

Package last updated on 27 Dec 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc