Skip to content

Latest commit

 

History

History
57 lines (43 loc) · 1.06 KB

README.md

File metadata and controls

57 lines (43 loc) · 1.06 KB

New project automation

This project automates creation of the new ones.
If it doesn't work for you just make it yours.


Installation

How to install this command/scripts.
!!! MAKE SURE THAT YOU ENTER ALL YOUR DATA CORRECTLY !!!


Linux


Automatic

git clone git@github.com:TerraBoii/New_project_automation.git
cd New_project_automation
./npjsetup.sh

Manual

git clone git@github.com:TerraBoii/New_project_automation.git
cd New_project_automation
cp ./newproj ~/.local/bin
cp ./crrogh.py ~/.local/bin
cd ~/.local/bin
touch .newproj.env

Then open .newproj.env file and enter data like this:

GHUSERNAME="Your GitHub username"
GHPASSTOK="Your Personal Access Token or password"
PROJPATH="Path to projects folder"

Usage

How to use this command/scripts


Linux

newproj <project name> # To create project locally and remotely
newproj -h # For help
newproj --help # For help
newproj <project name> -l # To create project locally
newproj <project name> --locale # To create project locally