1.8.0 • Published 6 years ago
@relekang/todo v1.8.0
todo
Contains the following libraries and executables:
todo@0.0.0
│
├─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
2.0.0-rc.9
6 years ago
2.0.0-rc.8
6 years ago
2.0.0-rc.7
6 years ago
2.0.0-rc.6
6 years ago
2.0.0-rc.5
6 years ago
2.0.0-rc.4
6 years ago
2.0.0-rc.3
6 years ago
2.0.0-rc.2
6 years ago
1.8.0
6 years ago
2.0.0-rc.1
6 years ago
1.7.0
6 years ago
1.6.0
7 years ago
1.5.0
7 years ago
1.4.0
7 years ago
1.3.0
7 years ago
1.2.0
7 years ago
1.1.0
7 years ago
1.0.2
7 years ago
1.0.1
7 years ago
1.0.0
7 years ago