craft

command module
v0.0.0-...-8d28279 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 24, 2022 License: MIT Imports: 4 Imported by: 0

README

Welcome to Craft

Craft is a command line utility which reads a scripted definition of a software project, then uses it to perform build configuration tasks, install dependencies, or generate a completed software bundle. Craft's scripts are a little JavaScript programs using a custom runtime, making craft's build scripts crazy powerful.

title = "example";
description = "A little program compiled with Craft";
license = "MIT";
authors = ["Your Name"];
language = "C++";
kind = "ConsoleApp";
targetDir = __ + "/bin";
files = ["src/**.hpp", "src/**.cpp"];
langStd = "c++20"
config = "debug"

Getting Started

  • Documentation
  • Contributing
  • Issue Tracker

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL