Skip to content

Commit

Permalink
Describe API - first step
Browse files Browse the repository at this point in the history
  • Loading branch information
Virviil committed Dec 2, 2021
1 parent b14b5bf commit 30fdaa2
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions API.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Pyflow commands API

* [] `new` - Create a project folder with the basics file structure

Usage:

```
pyflow new <project_name>
```
Arguments:
* [] `--src` - Creates `src` folder instead of `<project_name>` folder
* [] `init` - Create a `pyproject.toml` from [] requirements.txt, [] pipfile, [] setup.py, etc.
To be run inside project folder with these files.
* [] `add` - the

0 comments on commit 30fdaa2

Please sign in to comment.