tucker
v2.0.0
Published
A system for building c-mera apps
Downloads
10
Readme
tucker
A system for building c-mera apps
Getting Started
Prerequisites
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
.
Installing
Install the package from npm:
npm install -g tucker
Running
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
.
Notice
The c
target is the most supported one, with a lot of missing implementation for others targets.
Contributing
Feel free to fill issues reporting bugs or sugesting ideas.
Authors
- Alexandre Cesar - Initial work - huijari
See also the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the LICENSE file for details.