Skip to content

fiwon123/pydevsetup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

27 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ’¬ About

A simple command-line to configure dev workflow.

✨ Features

πŸš€ Installation

pip install .

For development:

pip install -e .

πŸ›  Usage

Use this following command to formmat any file available in the package:

devtool

Use this command to list all availables parameters:

devtool --help

πŸ“ Project Structure

devtool-project/
β”œβ”€β”€ devtool/                  # Main package
β”‚   β”œβ”€β”€__init__.py
β”‚   β”œβ”€β”€__main__.py
β”‚   β”œβ”€β”€ cli.py
β”‚   β”œβ”€β”€ editor_setup.ssh
β”‚   β”œβ”€β”€ git_config.ssh
β”‚   └── ssh_setup.ssh
β”œβ”€β”€ LICENSE     
β”œβ”€β”€ CHANGELOG.md
β”œβ”€β”€ README.md
└── pyproject.toml            # Project metadata

πŸ§ͺ Running Tests

pytest

🧾 License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A CLI Tool to help in the initial setup workflow for devs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published