Git Product home page Git Product logo

onion's People

Contributors

unquietcode avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

fabricgenomics

onion's Issues

support arbitrary tags in yaml files

When reading YAML files, it blows up if there is a tag like the !Sub and !Ref functions used in CloudFormation templates. All tags should be processed and ignored, or at least the CloudFormation tags which we know are turned into maps.

create a docker container for running the utility

As a DevOps user with limited JavaScript experience, I would like to be able to run a docker container that has the NodeJS runtime and the library installed.

  • Dockerfile
  • official NodeJS base
  • an image hosted on DockerHub (would be nice)
  • the 0.1 version of onion installed
  • volume mount where data can be looked up
  • bash script to run the container and make the mount

support dynamic loading of helpers

Make it possible to declare additional helper files within the configuration file.

for helper in configuration._helpers 
  Require(helper)(Handlebars)

support replacements within configuration files themselves

This is a strange feature, but it could be useful. Basically the configuration file would be pre-processed with the contents of the "properties" section.

An example would be a template name which contains the environment name, such as "Prod-Database". It could be templated in the file as "{{ Env }}-Database".

Require use of .hbs extension to enable?

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.