Code Monkey home page Code Monkey logo

tools_stash's Introduction

Stash Tool

Welcome to the Stash Tool. The smart way automatically configure environments.

Getting Started

To use this tool, start with com.cruat.tools.stash.config.Configurator This class has a method called execute which takes a string representing a path.

If the destination of the passed path does not exist, nothing will happen. If the destination of the passed path is a file, that file will be processed as an instruction If the destination of the passed file is a directory, the directory is recursively transversed and each entry is treated like an individual file.

Basic Configuration

Stash tool allows for flexible configuration.

Every non-commented line is considered to be an instruction for the stash tool. There are 4 basic arguments that the stash tool requires for an instruction :

  • File : Which file the operation will be executed on
  • Operation : Determines what is done with the information
  • Setting : Which setting within the file to do the operation on
  • Value : The second Operand for binary Operations.

Note that configurations are considered in sequence within a file.

The most basic command is =

The default operation is to change the value of the specified property to Location equates to any logical path. For example, "/config.properties" Note that the location must point to a file.

The Operation determines what happens within that file

The Property Name identifies what you want to do the operation on

The value determines the second operand in binary operations.

Operations

> (With a value) This will replace the whatever is stored at the identifier with the value < undefined * undefined ? undefined | undefined

TODO

Fix missing DTDs

tools_stash's People

Contributors

aelphaeis avatar

Watchers

 avatar  avatar

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.