Start your project with Single Command
🖥️ Video · 📂 Repo · 🚀 Got Issue
You are just one command away to start your next project
-
Create Github Repo
-
Create Organization Repo
-
Open Project in VSCode
- Clone the repository
git clone https://github.com/king-technologies/Project-Initiator.git
- Change the working directory
cd Project-Initiator
-
Add Environment Variable path of this directory
-
Run the app using terminal
🎇 You are Ready to Go!
In the project directory, you can run:
create
Either run this command in the project folder or set the path of create.bat
in the environmental variable for executing create command anywhere (Run, cmd, or PowerShell).
create <project_name>
For creating Local Repo use this command and it will create a local repository in the path provided.
create <project_name> -g
For creating a Global Repo use this command and it will create a global repository on your GitHub profile using gh
and make & push the initial commit.
create <project_name> -o
For creating an Organization Repo use this command and it will create an Organization repository on your GitHub profile using gh
and make & push the initial commit
If you pass any other option like
-pr
then the repo will be private otherwise it will be public
-
Python: as Main Coding Language for executing commands
-
Batch : For python file executor
-
Github : For Repo Storage and source code management
-
Git : For Version Control System
-
Github CLI: For Direct Interacting with Github
create.bat
: Command file that will execute the python file
remote.py
: Python file, the main file that contains the script
-
Add project boilerplate automatically for different languages and frameworks
-
Add GUI
-
Add Screenshots Folder
-
Add Project to WorkSpaces
-
Add Documentations
Rohit Jain
🎀 Contributions (GitHub Flow), 🔥 issues, and 🥮 feature requests are most welcome!
💙 If you like this project, Give it a ⭐ and Share it with friends!
💰 Donations Links
Made with Python & ❤️ in India