inject_module 1.0.0 copy "inject_module: ^1.0.0" to clipboard
inject_module: ^1.0.0 copied to clipboard

outdatedDart 1 only

Inject is a form of pre-processor that replaces/'injects' data from a file in accordance to data defined in a data map. Inject separates logic from the file being read, and because of this, Inject has [...]

Changelog #

1.0.0 #

  • Initial version, created by Will Squire
0
likes
0
points
14
downloads

Publisher

unverified uploader

Weekly Downloads

Inject is a form of pre-processor that replaces/'injects' data from a file in accordance to data defined in a data map. Inject separates logic from the file being read, and because of this, Inject has a variable syntax that can adapt to different syntax conventions depending on the information it's being used on. Inject reads the contents of files and maps/replaces data matching the specified key/value data specified in the data map. In a nutshell, Inject takes any file and turns it into an 'inject' module, where the data, the syntax scanned for and the dependencies themselves are given externally via dependency injection to Inject so it is not specified within the file. The data can then be 'interpreted' via the syntax that Inject has been told to use.

Homepage

License

unknown (license)

Dependencies

stream_trigger

More

Packages that depend on inject_module