Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Dec 14, 2024. It is now read-only.

ashwin153/tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tools

An automated configuration and personal toolchain for my environment.

Bootstrap

# Create Workspace Directory
mkdir -p ~/Documents/workspace
cd ~/Documents/workspace

# Download and Execute Installer
git clone https://github.com/ashwin153/tools.git
cd tools
chmod +x ./install.sh
./install.sh

Toolchain

# Safely merges a git branch.
tools git merge --base master --feature ashwin153/feature

# Safely deletes a git branch.
tools git delete --branch ashwin153/feature
tools git delete --branch ashwin153/feature --remote

# Upgrades the toolchain.
tools setup upgrade

# Bootstraps a project template.
tools setup project --type latex
tools setup project --type pants --root ./path/to/dir

About

Workspace configuration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published