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 -

Published by jamonholmgren almost 7 years ago

Features

  • Adds gluegun new foo CLI generator functionality - #256 by @jamonholmgren
  • Adds support for detecting typescript files. - #254 by @skellock

Fixes

  • Fixes issue with aliased commands not working - #252 by @jamonholmgren
  • Fixes issue where test files in commands were loaded improperly - #253 by @jamonholmgren
gluegun -

Published by jamonholmgren almost 7 years ago

gluegun -

Published by jamonholmgren almost 7 years ago

gluegun -

Published by skellock about 7 years ago

Fixes

  • Fixes issue with loading extensions from relative paths. #236 by @GantMan
gluegun -

Published by skellock about 7 years ago

Features

  • Many changes. We'll document them all when we release 2.0.
gluegun -

Published by skellock about 7 years ago

Features

  • Adds TypeScript typings. #213 by @skellock
gluegun -

Published by skellock about 7 years ago

Fixes

  • Small semver fix and adds more documentation for it. #212 by @GantMan
gluegun -

Published by skellock about 7 years ago

Features

  • add support for semver - #210 by @GantMan
gluegun -

Published by skellock about 7 years ago

Features

  • Detects symlinks when scanning directories for plugins. #205 by @skellock
gluegun - Patching!

Published by skellock over 7 years ago

Features

  • Text file patching is here. #201 by @jamonholmgren (with untraceable contributions from @GantMan)
gluegun - Rollback Even Harder

Published by skellock over 7 years ago

Fixes

  • Rolls back some problematic enquirer packages. #200 by @skellock
gluegun - Rollback

Published by skellock over 7 years ago

Fixes

  • Reverts the loader refactoring as it had some interface breaks. #198 by @skellock

Support

  • Upgrades all dependencies. #199 by @skellock
gluegun -

Published by skellock over 7 years ago

Features

  • Exports several extensions without need for context. #195 by @skellock

Fixes

  • Removes harmony refs from the cli. #188 by @skellock
  • Refactors extension-loader and command-loader into combined loader.js #184 by @abrophy

Support

  • Fix error reference in documentation. #192 by @LeBlaaanc
  • Increases test coverage on print, string, & filesystem. #191 by @skellock
  • Bumps deps and cleans new linting rules. #190 by @skellock
  • Locks down the lerna version. #189 by @skellock
  • Fixes some doc errors and formatting cruft. #187 by @skellock
  • Adds better string documentation. #186 by @skellock
gluegun - Fixes Spawn Issue

Published by skellock over 7 years ago

Fixes

  • Fixes an issue when passing {stdio: 'ignore'} to context.spawn(). #183 by @skellock
gluegun - Slim Down Edition

Published by skellock over 7 years ago

Features

  • Drops the runtime size to 8.4 mb from 20.5 mb. #178, #177 by @skellock
  • Updates context.spawn to be asynchronous. #179 by @abrophy

Fixes

  • Replaces shelljs with node-which. #174, #175 by @abrophy
  • Fix tests on linux. #171 by @skellock

Support

  • Add coveralls support. #168, #169 by @mlaco & @skellock
  • Add semaphore badge. #166, #172 by @mlaco & @skellock
  • Fixes the CLI example in the docs. #173 by @mlaco
  • Bumps dependencies. #181 by @skellock
  • Updates docs to refresh deps list. #176 by @skellock
gluegun - Sniffing glue

Published by morgandonze over 7 years ago

Features

  • Sniff checks for 7.6.0 of Node #152 by @skellock
gluegun - Fixing of prompt-list dependency

Published by GantMan over 7 years ago

Fix

  • prompt-list version bump fix #144 @gantman
gluegun - Spinner

Published by skellock over 7 years ago

Features

  • a spinner - #143 by @skellock
gluegun - Cleaning & Bumping

Published by skellock over 7 years ago

Changes

  • bumps all dependencies - #140 by @skellock
  • removes unused code - #142 by @skellock
gluegun - ShellJS and Which

Published by skellock over 7 years ago

Features

  • adds system.which and brings in ShellJS - #137 by @skellock