having a clib-create command would be extremely useful when starting a new module, or converting an old one.
it'd act much like component-create, and do the following:
mkdir src
touch src/<name>.{c,h}
touch test.c
touch Makefile
touch package.json
touch Readme.md
thoughts?