0.4.0 • Published 5 years ago

@relekang/todo-re v0.4.0

Weekly downloads
8
License
-
Repository
-
Last release
5 years ago

todo

CircleCI

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
0.4.0

5 years ago

0.3.0

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.0.1

5 years ago