@relekang/todo-re
v0.4.0
Published
A todo cli
Downloads
5
Readme
todo
Contains the following libraries and executables:
[email protected]
│
├─test/
│ name: TestTodo.exe
│ main: TestTodo
│ require: todo.lib
│
├─library/
│ library name: todo.lib
│ namespace: Todo
│ require:
│
└─executable/
name: TodoApp.exe
main: TodoApp
require: todo.lib
Developing:
npm install -g esy
git clone <this-repo>
esy install
esy build
Running Binary:
After building the project, you can run the main binary that is produced.
esy x TodoApp.exe
Running Tests:
# Runs the "test" command in `package.json`.
esy test