Ease starting new Lua projects
This class helps setup files and folders for a new lua project with tests, pure Lua files and C++ code.
Usage example
Run from the shell:
> lut = require 'lut' > lut.Project('blast'):make()
Class functions
.new (name)
Create a new object object named name
.
Methods
:make ()
Generate files (creates a new directory with the name of the project).