Welcome to the Kenkun Project! This project aims to be a scaffolding tool for python web projects. It is designed to help developers quickly create new projects with a predefined structure and configuration. The project is currently in development and is not yet ready for production use.
- Feature 1: Create diferent types of web applications, such as Flask, FastHTML and FastHTML standalone.
- Feature 2: Model driven development, with automatic generation of models, views and controllers.
To install the necessary dependencies, run the following command:
pip install kenkunOnce installed. Create a configuration file in the root of your project with the following content, inserting your Github access properties:
# Github access properties
GITHUB_USER=''
GITHUB_TOKEN=''
GITHUB_URL=f''To start the project, use the following command:
kk create -a [project-name]To generate a new model, use the following command:
kk domain -d [model-name]To generate all: views, controllers and models, use the following command:
kk all -d [model-name]For detailed usage instructions, refer to the documentation.
We welcome contributions! Please see our contributing guidelines for more details.
This project is licensed under the GNU General Public License v3.
For any questions or feedback, please contact sylvioazevedo@gmail.com.