Skip to content

module Crystal::Init

Constants

TEMPLATE_DIR = "/home/runner/work/crystal-book/crystal-book/crystal/src/compiler/crystal/tools/init/template"

Class methods

.fetch_author

View source

.fetch_email

View source

.fetch_github_name

View source

.fetch_required_parameter(opts, args, name)

View source

.fetch_skeleton_type(opts, args)

View source

.parse_args(args)

View source

.run(args)

View source

.validate_name(name)

View source

Macros

template(name, template_path, destination_path)

View source