Skip to content

DevelopEngine/BuildEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BuildEngine

Despite the name, not really for builds.

This library is extremely work-in-progress and not likely to be suitable for many use cases yet.

Introduction

BuildEngine is a general purpose library for creating and using on-demand disposable ""build"" environments. While the project name (and most of the code) refers to this in the context of building things, the library is actually designed to be used for anything that requires predictable semi-clean environments used for doing something.

Whether that's running a script, editing a file in isolation or actually building something, you should be able to use the mechanics and primitives in this lib to make that easier.

About

A generic, reasonably reusable framework for building and handling repeatable environments for doing things.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages