/kworkflow

kw is our inglorious kernel developer workflow scripts with a simple mission: reduce the overhead with infrastructure setup for Linux development

Primary LanguageShellGNU General Public License v2.0GPL-2.0

kworkflow

Build Status

About

This set of scripts have a simple mission: reduces the environment and setup overhead for developing for GNU/Linux. Kw is composed of different scripts unified in a single interface after the installation, kw commands become available in the command line interface.

Kworkflow stands for Kernel Workflow.

Install

Take a look at Install and Uninstall.

How to

If you want to know more about kw's usage and its commands, take a look at Kw man or, with kw installed, run kw man.

Tests

If you want to know more about kw's tests take a look at kw tests.

Generate Sphinx Documentation

If you want to generate the Sphinx documentation, you can use:

./setup.sh --html

Finally, you can use your browser to look the index.html page. For example:

firefox build/index.html

Contributing

We are happy that you want to help us! If you are looking for a good starting point, check those issues and don't forget to read our Contribuitor's Guide (or howtocontribute file).

License

Kworkflow is under GPL-2.0+