Skip to content

castle-lang/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Castle CLI

A command-line Castle projects build tool

Installation

sudo npm i -g castle-cli

Usage

Castle CLI  0.2.3

Usage: castle [<command>] [options]

Commands:
  new           Create new Castle project
  build         Compile Castle to C, and the build C project with make
  build-castle  Compile Castle to C
  build-target  Compile C sources
  help          Show this screen

Options:
  --version           Show version number                              [boolean]
  -s, --src-dir       source files directory                            [string]
  -t, --target-dir    target directory                                  [string]
  -b, --build-dir     build directory                                   [string]
  -r, --root-dir      project root directory                            [string]
  -m, --mode          compilation mode (debug or release)               [string]
  -c, --c-build-tool  what to use for compiling C sources
                                                      [string] [choices: "make"]
  -n, --no-syntax     turns off sweet.js macros                        [boolean]
  -B, --build-script  use build script                                  [string]

About

Command-line tool for building Castle projects

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published