Skip to content

Webpack loader to create Targetprocess mashup system configs from single JSON file.

Notifications You must be signed in to change notification settings

TargetProcess/targetprocess-mashup-manifest-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

targetprocess-mashup-manifest-loader

Webpack loader to create Targetprocess mashup system configs from single JSON file.

Usage

// manifest.json
{
    "ShortDescription": "This mashup creates happiness and brings smiles.",
    "CompatibleTpVersion": {
        "Minimum": "3.6.6"
    },
    "Placeholders": [
        "footerplaceholder"
    ]
}
require('targetprocess-mashup-manifest-loader!./manifest.json');
// will produce
// ./manifest.baseinfo.json
// ./manifest.cfg

License

MIT (http://www.opensource.org/licenses/mit-license.php)

About

Webpack loader to create Targetprocess mashup system configs from single JSON file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published