class Mint::Scaffold

Defined in:

scaffold.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(*, name : String, bare : Bool) #

[View source]

Instance Method Detail

def bare? : Bool #

Whether or not to generate an empty project


[View source]
def name : String #

The name of the project


[View source]
def path : Path #

The path to the project


[View source]