Can't find documentation
Hello,
Any documentation available?
Hi, You are right. I didn't spent time on documentation. Until I'll find time to create an intro document, I can point you to the test files. Each project in directory 'src' will have test directory. There you will find test files containing unitests. Usually I'll open the library and the test and see what the test does. For example: vim -O src/bashlibs-string/lib/string.sh src/bashlibs-string/test/test_string.sh
This is for using the libraries.
For creating the packages, you will need to use 'bin/bake-all'.
I'll need to start updating the introduction, so you will be able to start working quickly.
Thanks for looking, Kfir
also you can run: bin/bake -h
bake is a tool to create packages on the target.
This lets us create a bashlibs or whatever repositories for debian/ubuntu or gentoo.
bake is a generic tool to compile and create packages.
I can use bake to deploy a package on few diferent machines like this:
bake -s gentoo_machine -s ubuntu32_machine -p bashlibs-string
will compile and create bashlibs-string package for debian 32 bit and gentoo.
Cool, man. Thanks for the pointers. Still, looking forward to reading the docs ;)