Skip to content

tburnam/pak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pak

Command line tool for managing custom scripts


Purpose

pak is meant to make scripting easier. currently, it supports quick bash script creation with Atom, but the idea is to make scripting easier. paks today are great for build scripts, it's a snappy commmandline tool to glue together a simple workflow. future development will be towards a core API with various language wrappers (starting with js). the end goal is a highly-intuitive UX towards building powerful, complex, and shareable automation

Install instructions

cd [path/to/pak/]
sudo ./pakBuild

Usage

pak               | lists your paks
pak -b <pak name> | builds a new pak and puts it in your path
pak -r <pak name> | removes a pak
pak -o <pak name> | opens an existing pak in vim
pak -l            | lists your paks
pak -h            | pak help page

PRs welcome!

About

Command line tool for everything

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages