bashlibs icon indicating copy to clipboard operation
bashlibs copied to clipboard

Can't find documentation

Open renich opened this issue 10 years ago • 3 comments

Hello,

Any documentation available?

renich avatar Dec 29 '15 19:12 renich

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

kfirlavi avatar Jan 06 '16 03:01 kfirlavi

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.

kfirlavi avatar Jan 06 '16 03:01 kfirlavi

Cool, man. Thanks for the pointers. Still, looking forward to reading the docs ;)

renich avatar Jan 06 '16 04:01 renich