Skip to content

davidalvarezcastro/todo-cli-dart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo CLI

CLI app developed using Dart to store things to do in a small database. Very simple app to get used with Dart language syntax.

Features

  • Adds TODO things to the app.
  • Gets information from a specific TODO.
  • Deletes a specific TODO.
  • Saves TODO things using a database.
  • Loads & saves TODO things from JSON file (template based)

Run

$ dart run

Docs

$ dart doc

Open doc/api/index.html on browser.

Testing

$ dart test

Build

$ dart compile exe bin/todo.dart
$ ./bin/todo.exe

About

CLI app developed using Dart to store things to do in a small database. Very simple app to get used with Dart language syntax.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages