shnk Code
SHNK is a CLI tool made for developers to automate the App creation
Brought to you by:
ganesh-sharmazz
| File | Date | Author | Commit |
|---|---|---|---|
| assets | 2025-06-06 |
|
[a34b3a] first commit |
| commands | 2025-06-06 |
|
[17d9b6] feat(next-tailwind): "next js automation done a... |
| config | 2025-06-06 |
|
[a34b3a] first commit |
| terminal | 2025-06-06 |
|
[a34b3a] first commit |
| utils | 2025-06-06 |
|
[a34b3a] first commit |
| .gitignore | 2025-06-06 |
|
[a34b3a] first commit |
| README.md | 2025-06-06 |
|
[17d9b6] feat(next-tailwind): "next js automation done a... |
| SHNK.spec | 2025-06-06 |
|
[a34b3a] first commit |
| banner.py | 2025-06-06 |
|
[17d9b6] feat(next-tailwind): "next js automation done a... |
| main.py | 2025-06-06 |
|
[17d9b6] feat(next-tailwind): "next js automation done a... |
| requirements.txt | 2025-06-06 |
|
[a34b3a] first commit |
A safe, futuristic, and developer-focused terminal CLI built in Python that combines aesthetics with practical development utilities.
git clone https://github.com/yourusername/shnk.git
cd shnk
python -m venv .venv
# On Windows
.venv\Scripts\activate
# On Unix or MacOS
source .venv/bin/activate
pip install -r requirements.txt
python main.py
SHNK/
├── main.py # Application entry point
├── banner.py # ASCII art and animations
├── commands/ # Project scaffolding commands
│ ├── react_tailwind.py
│ └── next_tailwind.py
├── terminal/ # Terminal functionality
│ ├── fs_commands.py
│ └── sandbox.py
├── utils/ # Helper functions
│ ├── installer.py
│ └── logger.py
├── config/ # Configuration files
│ └── settings.json
├── assets/ # Static assets
│ └── ascii.txt
├── requirements.txt # Project dependencies
└── README.md
pip install -r requirements.txt
python main.py
pyinstaller --onefile --clean --icon=assets/shnk.ico --name SHNK main.py
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! Please feel free to submit a Pull Request.
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)Your Name - @Ganesh_Sharmazz
Project Link: https://github.com/Ganesh-Sharma/SHNK