Skip to content
This repository has been archived by the owner on Aug 27, 2021. It is now read-only.

Adding the template command to ino #273

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Dec 28, 2016

  1. Adding the template command to ino

    Templates are an important starting point for beginners and nice to have
    for frequently used schemes.
    The arduino IDE is already shipping with a lot of builtin examples. The
    most logical thing would be to make those available to ino as well.
    Copying these by hand is tedious and error prone. Thus the command
    	ino template --update
    will try to fetch these from the arduino install directory and put them
    in the templates folder.
    Further primitive administration routines like add, remove or list are
    provided.
    This gives the opportunity to keep the examples from arduino up-to-date
    in case the IDE is updated and shipped with new examples.
    
    AUTHOR: Tobias Pleyer
    TobiasPleyer committed Dec 28, 2016
    Configuration menu
    Copy the full SHA
    16fb834 View commit details
    Browse the repository at this point in the history