Code Monkey home page Code Monkey logo

bootmonkey's Introduction

BootMonkey

Very Basic project scaffolding tool for JME3.

  1. Clones a template repository into a local folder. For adaptation, the template repo must contain a bootmonkey.yml file.

  2. Attempts to change lines in project files as described in the bootmonkey.yml the file must be follow that structure:

    replace:
        [filePath]:
            [search1]: [replacement1]
            [search2]: [replacement2]
            ...
    
    • filePath is the path to the file to modify from the project root.
    • searchN is a regular expression to search in the file
    • replacementN is the text that will replace the regexp match. You can use template variables in this replacement:
      • templateUrl: the project template git repo url.
      • baseDir: the directory where to create the repo.
      • projectName: the project name.
      • packageName: the new project base package.
      • jmeVersion: the jme version code.
      • packagePath: the folder path of the package ('.' replaced with '/')
  3. Clean up

    Will copy and delete files according to what's found in the yaml configuration file
    the file must be follow that structure:
    ```
    copy:
        [srcPath]: [destPath]
        ...
    delete:
        - [fileORDirectoryPath]
        - ...
    ```
    

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.