Skip to content

productivity tool that you will be needed for sure

Notifications You must be signed in to change notification settings

BarunW/headstart

Repository files navigation

Headstart

  • Still on development Headstart is a productivity cli tool, file/dir creation, boiler code gen etc..

Installation

git clone git@github.com:BarunW/headstart.git 

# Add to .zshrc or .bashrc file or other shell rc file
# /path/to = where the headstart repo is
export PATH="/path/to/headstart/bin:$PATH"

#souce 
source ~/.zshrc or ~/.bashrc (linux)

Usage

  • headstart link <filePath(file or dir)>
  • headstart gen <file/dir name>
  • headstart
  • headstart [list all link name]
# open your terminal and type headstart and usage will be shown
# project setup
headstart link boilerPlate.go  goBoil
headstart nvim goBoil 
headstart gen goBoil "../newGo" 
headstart  link <binary or bashscript or any executable> 
headstart exec <that link executable>

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT