Skip to content

Feature tag injection

ltngames requested to merge feature-tag-injection into master

Allow the Parameters.js tags like pluginname author to dynamically be written using the project generator fenix init

Description

  • Read Parameters.js
  • Transform the raw text replacing all tags and filling in with correct values
  • Write Parameters.js to directory

Related Issue

Closes #43 (closed)

Motivation and Context

Less plugin configuration after fenix wizard has finished

How Has This Been Tested?

Debugged and manually tested

Types of changes

  • New feature (non-breaking change which adds functionality)

Checklist:

  • My change requires a change to the documentation.
  • I have added tests to cover my changes.
Edited by ltngames

Merge request reports