Skip to content

This project automates creation of the new ones. Works on Manjaro Linux.

License

Notifications You must be signed in to change notification settings

Boiiterra/New_project_automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This project automates creation of the new ones. Works on Manjaro Linux.

Topics

Resources

License

Stars

Watchers

Forks