GithubHelp home page GithubHelp logo

createpj's Introduction

createpj

Type createpj <Your new project name> in your terminal!!
Automate all your tasks that are needed to create your new empty project folder with creating empty README and .gitignore, and carry out initial git setup on your local machine.
Also, create new project remote github repository and push to it.
Finally, open your project in vscode.

Prerequisites

Required to use BASH or ZSH.
Neccesary to install below and add them to path(named python and pip respectively).

  • Python 3
  • pip

Install

git clone "[email protected]:makomination/createpj.git"
cd createpj
pip install -r requirements.txt
code .env
# Then open the .env file and store your username, password, and desired file destination. Use the provided format at the bottom of this README.
source .my_commands.sh

Usage

To run the script type in

createpj <name of your new project>

Env File Format

GITHUB_USERNAME="Username123"
GITHUB_PASSWORD="Password123"
MYPROJECTS_HOME="/path/to/your/project"

Built With

  • Python3.7.3
  • zsh

createpj's People

Contributors

makomination avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.