cutekit/osdk
Jordan ⌨️ 6c8fdb8521 fix: create .osdk directory at first start
When launching osdk for the first time, the `.osdk` directory is not
present on the project directory. This fix create the directory if it's
not present.
2023-02-06 19:29:24 +01:00
..
__init__.py fix: create .osdk directory at first start 2023-02-06 19:29:24 +01:00
__main__.py Rewritten using typed python and simplified the model. 2023-01-30 10:39:49 +01:00
args.py Added graphviz visualization. 2023-02-06 12:36:23 +01:00
builder.py Added support for cdefs. 2023-02-06 11:14:32 +01:00
cmds.py Graph scope options. 2023-02-06 18:11:35 +01:00
const.py Rewritten using typed python and simplified the model. 2023-01-30 10:39:49 +01:00
context.py Fix dependency resolution. 2023-02-06 18:11:50 +01:00
graph.py Graph scope options. 2023-02-06 18:11:35 +01:00
jexpr.py Rewritten using typed python and simplified the model. 2023-01-30 10:39:49 +01:00
logger.py Redirect logger to stderr. 2023-02-06 18:12:14 +01:00
model.py Added support for cdefs. 2023-02-06 11:14:32 +01:00
ninja.py Continue work on ninja file generation. 2023-02-02 10:34:46 +01:00
plugins.py Rewritten using typed python and simplified the model. 2023-01-30 10:39:49 +01:00
rules.py Added support for cdefs. 2023-02-06 11:14:32 +01:00
shell.py fix: make it work on windows 2023-02-06 14:38:43 +01:00
utils.py Working on ninja file generation. 2023-01-31 21:09:28 +01:00
vt100.py Redirect logger to stderr. 2023-02-06 18:12:14 +01:00