Contribution

Below is the process for contribution setup.

Get Application

Command:

> git clone https://github.com/sankamuk/SimplyPythonCrudTool.git

Note

Of course you need local GIT installation before you proceed.

Build Documentation

Command:

> sphinx-apidoc -f -o . ../app
> sphinx-build -b html . ../docs

Note

You should be in sphinx directory before triggering the build.

Build Package

Command:

> python -m build --sdist

Note

You should be in project home before triggering the build.

Guidelines

[*TO DO*]