DEV Community

Norro valentin
Norro valentin

Posted on

Lyppy - make fast project

hello world ! I post my little article to show you my new little cli interface to quickly create project in python

github : https://github.com/norrova/Lyppy

Example

Version 0.1

# Create project $ lyppy -m -p # Create module $ lyppy -m -mo 

Project tree example

example │ .gitignore │ LICENCE │ README.md │ requirements.txt │ setup.py │ ├───beautiful_module │ beautiful_module.py │ __init__.py │ ├───bin ├───data ├───docs └───tests 

Commands

  • lyppy
    • -h : help
    • -v : lyppy version
    • -m : make
      • -p : make project
      • -mo : make module

How to install

$ git clone https://github.com/norrova/Lyppy $ cd Lyppy # Windows... $ install.bat # Linux | MacOS $ sh install.sh 

Top comments (0)