Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/janasunrise/project-quickstart
Quickstart a Coding Project in No time
https://github.com/janasunrise/project-quickstart
cli hacktoberfest project project-management python
Last synced: 15 days ago
JSON representation
Quickstart a Coding Project in No time
- Host: GitHub
- URL: https://github.com/janasunrise/project-quickstart
- Owner: janaSunrise
- License: mit
- Created: 2020-07-10T07:45:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-11T00:32:15.000Z (almost 2 years ago)
- Last Synced: 2024-11-01T06:34:22.060Z (2 months ago)
- Topics: cli, hacktoberfest, project, project-management, python
- Language: Python
- Homepage:
- Size: 152 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Project Quickstart
This is a small python project that helps you create your projects in no time!
This can
- Create the source file for project
- Generate The README, gitignore, and LICENSE
- Initialize git in the project
- Clone and use a repo as template
- Perform caching for projects## Tech Stack used
- `Requests`: To perform several web requests.
- `Colorama`: Use to provide a colorful UI To the Command Line.
- `Inquirer`: To create interactive UI
- `Click`: Used to design CLI programs.## How to run and use the project?
### Running normally
You can run it normally by using `python -m project_quickstart`
### Run by installing from pip
You can use `pip install ProjectQuickstart` to install it from PyPI.
If it doesn't work, follow the following instructions:
- Clone the repo
- `cd project-quickstart`
- `python setup.py install`And boom, test it by opening the terminal and typing in `project-quickstart`
Enjoy :)