include-static
v1.1.0
Published
Inlines files to c/c++ header files
Readme
include-static
Inlines file contents to a c/c++ header file
npm install -g include-staticUsage
include-static name file.ext output.h
# or if you have multiple ones
include-static name1 file1.ext name2 file2.ext output.hProduces a header file similar to this
unsigned char name1[] = {
... content ...
};
size_t name1_len = ... contentLength ...;License
MIT
