Generate boilerplate for apps, web pages, and components.
Project description
devboiler
Szybki generator boilerplatów (szablonów startowych) dla programów, stron internetowych i komponentów. Dostępny jako biblioteka Pythonowa oraz CLI.
Instalacja
pip install devboiler
Użycie (CLI)
# stworzenie pustej klasy Python
devboiler create python-class User
# stworzenie pliku HTML z boilerplatem
devboiler create html index --title "My Homepage"
# stworzenie React komponentu
devboiler create react-component Navbar --type function
# stworzenie struktury projektu w Pythonie
devboiler create project my_app --type python
Użycie (Python API)
from devboiler import create_python_class, create_html_page
create_python_class("User")
create_html_page("index", title="My Homepage")
Rozszerzanie
Szablony znajdują się w devboiler/templates. Możesz dodać własne lub zmodyfikować istniejące.
Licencja
MIT
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
devboiler-0.1.0.tar.gz
(6.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file devboiler-0.1.0.tar.gz.
File metadata
- Download URL: devboiler-0.1.0.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5477aaefac86b11935df44ef9c022508816abdf35dd87c27cf4244dc42148f35
|
|
| MD5 |
07b8002c939ffb22280418ac21a0c608
|
|
| BLAKE2b-256 |
3626071fde08043b7b8cf14ae3d58f719269a4e7627bba26e8368e1eadc19706
|
File details
Details for the file devboiler-0.1.0-py3-none-any.whl.
File metadata
- Download URL: devboiler-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
794ca82ebf614866077fcb6bf1e5370bcbc04c73edaa6756a02739f3cef2c0b3
|
|
| MD5 |
be15c8a011c8c7a6de77652f246609b4
|
|
| BLAKE2b-256 |
d61f6be6574920a194be643e55ca53e7c71aefbd5f9933525f7ca7208bbb694e
|