0.2.6 • Published 7 years ago

castle-cli v0.2.6

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

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]
0.2.6

7 years ago

0.2.5

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.0

8 years ago