Skip to content

Set of scripts / tools that adds a bit of flavour to dev work.

License

Notifications You must be signed in to change notification settings

neoito-hub/wasp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

W.A.S.P - Web App Starter Pack

This repo is the home for a set of comfy scripts, tools and whatever that would aid in smooth dev life.

  • 🐶 sh.sh - Setup Hound is a small bash script that installs a few utilities on to a freshly installed Ubuntu system to set it up for dev work. [ 💣 HIGHLY BETA]
  • 🔥 ni.sh - Nativescript Installer installs nativescript for Android development on Ubuntu.
  • 🔥 pinit.sh - Project Initializer sets up a project folder with needed configs.
  • 💢 iiu.sh - Is It Up checks if a list of sites are up or not. Invoke as $ ./iiu.sh file.list

Installation

  • Create $HOME/bin
  • Copy the scripts there or symlink them. example: ln -s $HOME/Downloads/wasp/ni.sh $HOME/bin/ni.sh
  • Make them executable chmod +x *.sh
  • Open your shell's rc file. For bash that would be $HOME/.bashrc and add these lines to the end
export PATH="$PATH:$HOME/bin"

About

Set of scripts / tools that adds a bit of flavour to dev work.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages