Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Creates a project and does the set up automatically

Notifications You must be signed in to change notification settings

MitanshuShaBa/CREATER_PROJECT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Creation Automation

  1. Creates empty directory according to the software
  2. Initializes a git repository
  3. Create a README file
  4. Create repository on GitHub
  5. Add the README and push to GitHub

Requirements:

  • Git

Python Customisations

software: py or python

  • Creates conda env for the project
  • Launches the project in Pycharm
  • Remove project option
  • Names with spaces to be adjusted
  • Set the conda env as the project's interpreter in PyCharm

Requirements:

  • Conda
  • Pycharm

React Customisations

software: react

  • Uses create-react-app to make project
  • Git push after create-react-app
  • Open in VSCode

Requirements:

  • Node
  • create-react-app
  • Visual Studio Code

About

Creates a project and does the set up automatically

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published