Skip to content

zackhsi/prefab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prefab

image

image

Prefab quickly creates minimal Python projects so you can get coding in seconds!

$ prefab todoapp

✨✨ todoapp successfully prefabricated! ✨✨

To get started, run:

    cd todoapp && pipenv run pytest tests

What's in the box?

Prefab creates a project that uses:

Project structure

todoapp/
├── Pipfile
├── Pipfile.lock
├── setup.py
├── tests
│   └── test_main.py
└── todoapp
    └── main.py

About

✨ Prefabricate a python project!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published