A system for building c-mera apps
You will need node, npm and c-mera to run tucker.
Also, you will probably need an unix environment, with at least find
and xargs
.
Install the package from npm:
npm install -g tucker
First you need to create a new project:
mkdir hello_world
cd hello_world
tucker init
The cli will ask some basic info to fill the metadata at tucker.json
.
After that you can compile the project with tucker build
or run it directly with tucker run
.
The c
target is the most supported one, with a lot of missing implementation for others targets.
Feel free to fill issues reporting bugs or sugesting ideas.
- Alexandre Cesar - Initial work - huijari
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details.