Skip to content

dreadfullyposh/cog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cog

yo dawg

Installation

With yarn do:

yarn global add hc-cog

Scripts

Whether you are creating/deleting/modifying a script, you must update package.json inside of bin: {…} and bin/cog-help.

Usage

Running cog on the command line will list all of the avalible scripts and a short description. Any new script you make will overwrite the global defaults. You can run cog make:script dev and create a custom bash script based on that specific project

Update

Run cog update to recieve the latest version. To update this package, run npm version {patch, minor, major} followed by npm publish

Builds

If you're using Go to write any commands, put your source .go file into the src directory and run this command to build it into a binary in the bin directory:

npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 81.6%
  • Go 18.4%