Konubinix' opinionated web of thoughts

Create Your Own Command on Top of Clk

Fleeting

You can use clk to create you own command.

Because this requires a little bit of boilerplate code, we provide a generator to do so.

Run

clk fork someproject

To have a new folder called someproject ready to be used. It contains the classical setup.py file as well as the main command.

Notes linking here