Coder Social home page Coder Social logo

reci.py's Introduction

RECI.PY

Reci.py is a build system. It is focused on describing the file tree as it should be after the build. Build files are XML:

<folder name="dist" xmlns="http://recipy.hoverview.org/default">
  <zipfile filename="myapp.war">
    <folder name="WEB-INF">
      <copies of="src/main/webapp/web.xml"/>
    </folder>
  </zipfile>
</folder>

This approach is meant to give a clear view of build results with a lot of flexibility at low complexity. The default xml namespace handles things like creating a folder and copying static files there. Other namespaces can be used by installing (with git clone or other mechanism) a vocabulary module into the vocab lib folder in the reci.py installation. Vocabularies are Python modules that follow a simple set of conventions.

reci.py's People

Contributors

jensdpersson avatar

Watchers

James Cloos avatar  avatar

reci.py's Issues

Add a vocab called "Local", mapping directive names to local scripts

Add a Vocab that registers http://recipy.hoverview.org/local and implements all directives by running local files.

Is this possible? Or do the vocabs iterate possible directives? Should be possible anyway.

When realizing an element <local:bob some="attr"/>
Assume a path within the project tree and a path within the recipy distribution, these are searched for an executable bob_wrapper or something. This is invoked with a param
some=attr in the folder where the directive should be realized.

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.