From 5daa9becb3763a5bb9018ae271ff7b16ab0b276a Mon Sep 17 00:00:00 2001 From: Dmitry Rubinstein Date: Thu, 2 Dec 2021 18:14:23 +0200 Subject: [PATCH] Describe API - first step --- API.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 API.md diff --git a/API.md b/API.md new file mode 100644 index 0000000..e3d6a6c --- /dev/null +++ b/API.md @@ -0,0 +1,19 @@ +# Pyflow commands API + +* [] `new` - Create a project folder with the basics file structure + + Usage: + + ``` + pyflow new + ``` + + + Arguments: + + * [] `--src` - Creates `src` folder instead of `` folder + +* [] `init` - Create a `pyproject.toml` from [] requirements.txt, [] pipfile, [] setup.py, etc. + To be run inside project folder with these files. + +* [] `add` - the \ No newline at end of file