Skip to content

Latest commit

 

History

History
41 lines (21 loc) · 842 Bytes

File metadata and controls

41 lines (21 loc) · 842 Bytes

kibble

def: To chop or grind coarsely

Changelog

npm install -g kibble - installs kibble

kibble init - find a template to start with

cd new-template

npm start - starts kibble

npm run publish - publish to the current site

Documentation

Documentation is available on the wiki

Usage

kibble config - configure kibble to use the api key when requesting req

kibble render --watch - sample render, this is what will be deployed

kibble sync - sync files to a remote s3 bucket

kibble help - help is here

Installation

  • Requires go 1.17.0 (go mod)
  • Build and install go install
  • Check installed and running correctly kibble version

Release process

See release.md for details.