0.0.27 • Published 8 years ago

crimp v0.0.27

Weekly downloads
6
License
GNU
Repository
-
Last release
8 years ago

#crimp nodejs build tool for C++ based on gyp

#install npm install -g crimp

#usage

  Usage: crimp [files] [options]

  Options:

    -h, --help           output usage information
    -V, --version        output the version number
    -o, --output [path]  build output (default: build)
    -t, --test           test build (default)
    -d, --debug          target debug
    -r, --release        target release
    -c, --clean          clean build
    -g, --gcc            use gcc compiler
    -e, --execute        execute product
    -i, --ide            open project in ide
    -x, --xargs []       pass on arguments

###properties:

  • sources: array containing paths to C++ source files
  • import: array containing paths to defenition files
  • opengl: boolean to determine opengl linking
  • tests: array of definition files

example

src/main.cpp:

int main()
{
	std::cout << "hello" << std::endl;
	return 0; 
}

test.json:

{
	'sources': [ 
		'src/main.cpp' 
	],
}

build and test

crimp test.json

references

http://www.rioki.org/2013/02/07/experimenting-with-gyp.html
https://github.com/springmeyer/hello-gyp

0.0.27

8 years ago

0.0.26

8 years ago

0.0.25

8 years ago

0.0.24

8 years ago

0.0.23

8 years ago

0.0.22

8 years ago

0.0.21

8 years ago

0.0.20

8 years ago

0.0.19

8 years ago

0.0.18

8 years ago

0.0.17

8 years ago

0.0.16

8 years ago

0.0.15

8 years ago

0.0.14

8 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago

0.0.0

8 years ago