tucker

2.0.0 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i tucker

Weekly Downloads

1

Version

2.0.0

License

MIT

Unpacked Size

8.3 kB

Total Files

13

Last publish

Collaborators

  • huijari