1.8.0 • Published 5 years ago

@relekang/todo v1.8.0

Weekly downloads
-
License
MIT
Repository
github
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
2.0.0-rc.9

5 years ago

2.0.0-rc.8

5 years ago

2.0.0-rc.7

5 years ago

2.0.0-rc.6

5 years ago

2.0.0-rc.5

5 years ago

2.0.0-rc.4

5 years ago

2.0.0-rc.3

5 years ago

2.0.0-rc.2

5 years ago

1.8.0

5 years ago

2.0.0-rc.1

5 years ago

1.7.0

5 years ago

1.6.0

5 years ago

1.5.0

5 years ago

1.4.0

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago