knight23/core

a toolset to build your own command line tools

0.3.1 2022-10-27 14:41 UTC

This package is auto-updated.

Last update: 2024-03-27 17:40:01 UTC


README

Knight23 is supposed be a small framework to build command line tools. Right now its in its infancy and not worth using. As this might not be clear enough, here again, in clear: DO NOT USE THIS YET, IT WILL CHANGE AND BREAK THINGS

Manual

  1. use knight23/skeleton to start your cli tool project OR add knight23/core to your project, and create the required files yourself (hint: create an new project with skeleton, and copy over what you need)

  2. make sure you register the default services required, as well as add those that your code needs

  3. make a bin/ file, which contains the runner as well as loads the commands of your application

Support

at the moment there is no support. If you find bugs, problems, or have suggestions feel free to use github to make a ticket, but don't expect any fast answer.

Features

you might not have understood the state of the project yet this is not to be used yet! Features WILL change.

LICENSE

MIT Style, see LICENSE.md