Scaffolder v0.1.0 Scaffolder View Source

Scaffolder allows you to easily scaffold folder structure using an elixir map. It also allows you to generate a file. By default all folders or files generated by Scaffolder will be created under lib folder. Behind the scene, Scaffolder implement DFS to scaffold the folders and files.

Link to this section Summary

Functions

scaffolds folders and files using an elixir map

Link to this section Functions

Link to this function

scaffold(structure, dir \\ "./lib")

View Source

scaffolds folders and files using an elixir map