Bundlex v0.1.1 Bundlex.BuildScript View Source
Structure encapsulating build script generator.
Link to this section Summary
Link to this section Types
Link to this section Functions
Creates new build script.
Link to this function
run(bs, platform)
View Source
run(t(), Bundlex.Platform.name_t()) :: :ok | {:error, any()}
Link to this function
store(build_script, platform, name \\ "bundlex")
View Source
store(t(), Bundlex.Platform.name_t(), String.t()) :: {:ok, {String.t(), String.t()}}