Skip to content

Add settings #6

Description

@snaulX

From this moment You can use settings.
For example code in build-file:
settings = example.xml
Code in example.xml:

<!--example-->
<settings>
    <project>
          <name>Example</name>
          <version>1.0.0</version>
          <entrypoint>#main</entrypoint>
    </project>
</settings>

And to our project add constants name = "Example" version = new Version(1, 0, 0). Else when run project will run function main.

It`s the simplest example of using settings.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions