8000 GitHub - monmon/mentodo: todo app using Amon2. https://www.evernote.com/shard/s135/sh/33f5eec9-8bb3-4f68-9c38-d0a06835b746/20003ed39267ebfd60896e37f3d6ee47
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

monmon/mentodo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WEB

standalone

plackup app.psgi -R lib

CLI

perl -Ilib -MMentodo -e '$app = Mentodo->bootstrap; Mentodo::Model::Entry->add($app->context->db, { body => "test2", deadline => "1999-01-01" }); warn join "\n", map { $_->deadline . " : " . $_->body } Mentodo::Model::Entry->list($app->context->db)';
0