XpressGen is a powerful tool for generating customizable templates and streamlining project initialization. It provides modular, scalable, and easy-to-use components to accelerate development workflows.
- Python 3.8+
- pip (Python package manager)
-
Clone the repository:
git clone https://github.com/achrafness/XpressGen.git cd XpressGen
-
Install dependencies:
pip install -r requirements.txt
-
Create symbolic links (optional):
If you want to create a symbolic link to easily run
XpressGen
from anywhere, use the following command:
- in Linux , macOs
sudo rm /usr/local/bin/xpressgen sudo ln -s $(pwd)/src/main.py /usr/local/bin/xpressgen sudo chmod +x /usr/local/bin/xpressgen
- in windaws
After this, you can run the application using (go to your folder of porject) :
soon
xpressgen # If using a symbolic link python src/main.py # If not using a symbolic link
src/
├── core/ # Core project initialization
├── modules/ # Business logic modules
├── templates/ # Template generators
└── utils/ # Utility functions
python src/main.py
Or, if you have created a symbolic link:
xpressgen
- Fork the repository.
- Create your feature branch:
git checkout -b feature/AmazingFeature
- Commit your changes:
git commit -m 'Add some AmazingFeature'
- Push to the branch:
git push origin feature/AmazingFeature
- Open a Pull Request.
Achraf Abdelouadoud - achraf.nessighaoui13@gmail.com
Project Link: Link