Giter Club home page Giter Club logo

templeter's Introduction

Templeter

Manage template files with tags for initializing project

Installation

To install the program, simply clone the repository and run make install. By default, the program will be installed in your home directory, fell free to change this setting by changing the variable prefix in Makefile.

Usage

The help message can be obtained by typing on command-line: Proj -h

The program reads a template file containg some tags to be replaced. The value of these tags is written in a file called tags which is a python-style dictionnary. The software is distributed with a default tag file located in <instaldir>/templates/tags. You can use a different tag file on command line by hitting Proj -t <othertagfile>.

To use a template in the current folder, hit Proj <templatename> <filename> and the program will generate a file named <filename> using the template <templatename> where some tags will be replaced.

## Tags The file containing tag definition is a python-style dictionnary. You can include on a tag definition some command to be exectued for computed value (ie. the date).

Improving

Feel free to add new templates and more tags. Try to keep the templates general enough so that it will not be a one-shot template. If the file TODOLIST exists, then some interesting features could be included.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.