gluegun

A delightful toolkit for building TypeScript-powered command-line apps.

MIT License

Downloads
154.7K
Stars
2.9K
Committers
67

Bot releases are hidden (Show)

gluegun - More Ways To Run

Published by skellock over 7 years ago

Features

  • adds system.exec and system.spawn - #136 by @skellock
gluegun - Aliases and Hidden Commands

Published by skellock over 7 years ago

Features

  • command alias support - 153f4b72cdd396e4c0e38acb8665097b9507ed1f by @skellock
  • per command hiding - 137ea54523a5ffa90dd237a75620dfd982aee8fc by @skellock
gluegun - Hidden Commands and Customized Template Dirs

Published by skellock almost 8 years ago

Features

  • hide plugins & commands from the command line - #122 by @skellock
  • templates now have a configurable base directory - #126 by @skellock

Fixes

  • a better error is thrown when a template is not found - #125 by @skellock
gluegun - Welcome back context.prompt.confirm

Published by skellock almost 8 years ago

Fixes

  • Returns context.prompt.confirm to it's rightful home. #120 by @skellock
gluegun -

Published by skellock almost 8 years ago

Fixes

This is the release that 0.7.1 should have been. I forgot to check in a file.

Leaving this here as a permanent mark of shame.

gluegun - Safety first when using parameters.options

Published by skellock almost 8 years ago

Fixes

  • Always make sure parameter.options exists. #113 by @skellock
gluegun -

Published by skellock almost 8 years ago

Features

  • adds app & plugin config support - #112 by @skellock
  • exposes newline & table in the print-extension - #110 by @skellock

Fixes

  • fixes extensions not working properly - #108 by @skellock
  • adds the cwd node_modules to the path - #111 by @skellock
gluegun - Load Filtering

Published by skellock almost 8 years ago

Features

  • loadAll now supports a 2nd parameter to support filtering the list of sub-directories. #105 by @skellock

For example:

  .loadAll('node_modules', 'ignite-*')
gluegun - Fix Default Plugin

Published by skellock almost 8 years ago

Fixes

  • Fixes default plugin not working #103 by @skellock
  • Prints the commands of the default plugin when showing the list of plugins #104 by @skellock
gluegun - Extra Debugging

Published by skellock almost 8 years ago

New

  • Exposes the printWtf function which prints errors found when loading plugins, packages, and extensions. #99 by @skellock
gluegun - Hello Beta World

Published by skellock almost 8 years ago

Good enough to start building. Will track changes from here on in.

gluegun - Hello World

Published by skellock almost 8 years ago

Looks like the build script is working.