There was an error while loading. Please reload this page.
The backend will need to perform various functions. These are divided up into the following services:
Dryw config related functions.
Load() => DrywConfig Loads the Dryw configuration.
Save(DrywConfig) Saves the Dryw configuration.
DrywConfig: User: { name, email }, Projects: [ {name, path, details} ], Preferences: { key: value },
Functions related to the User's system
SystemDependencies: dependencies: [ { id, name, type, help } ]
ProjectTypes: types: [ProjectType]
ProjectType: id, name, author, description, source
ProjectDetails: ProjectType, name, target directory
Build related functions