0.0.27 • Published 9 years ago
crimp v0.0.27
#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
9 years ago
0.0.26
9 years ago
0.0.25
9 years ago
0.0.24
9 years ago
0.0.23
9 years ago
0.0.22
9 years ago
0.0.21
9 years ago
0.0.20
9 years ago
0.0.19
9 years ago
0.0.18
9 years ago
0.0.17
9 years ago
0.0.16
9 years ago
0.0.15
9 years ago
0.0.14
9 years ago
0.0.13
9 years ago
0.0.12
9 years ago
0.0.11
9 years ago
0.0.10
9 years ago
0.0.9
10 years ago
0.0.8
10 years ago
0.0.7
10 years ago
0.0.6
10 years ago
0.0.5
10 years ago
0.0.3
10 years ago
0.0.2
10 years ago
0.0.1
10 years ago
0.0.0
10 years ago