Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gluegun

Package Overview
Dependencies
Maintainers
14
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gluegun - npm Package Compare versions

Comparing version 5.1.0 to 5.1.1

4

package.json
{
"name": "gluegun",
"version": "5.1.0",
"version": "5.1.1",
"description": "A delightful toolkit for building Node-powered CLIs.",

@@ -64,3 +64,3 @@ "repository": "infinitered/gluegun",

"execa": "5.1.1",
"fs-jetpack": "4.3.0",
"fs-jetpack": "4.3.1",
"lodash.camelcase": "^4.3.0",

@@ -67,0 +67,0 @@ "lodash.kebabcase": "^4.1.1",

@@ -25,2 +25,6 @@ [![npm module](https://badge.fury.io/js/gluegun.svg)](https://www.npmjs.org/package/gluegun)

# Notice
Gluegun is at a stable point and we aren't planning on building new features for it, although the community continues to send in PRs and we release them. Read the [Community Supported](#Community-Supported) section to learn more.
# Why use Gluegun?

@@ -145,4 +149,12 @@

## Sponsors
# Community Supported
[Gluegun](https://github.com/infinitered/gluegun) is sponsored by [Infinite Red](https://infinite.red/), a premium custom mobile app and web design and development agency. We are a team of designers and developers distributed across the USA and based near Portland, Oregon. Our specialties are UI/UX design, React and React Native, Node, and more. Email [hello@infinite.red](mailto:hello@infinite.red) if you'd like to talk about your project!
While Gluegun is no longer actively developed by [Infinite Red](https://infinite.red), it has built a community that cares deeply about it. Infinite Red won't be building new features ourselves for Gluegun, but we encourage the community to continue to send high quality pull requests. We will try to review and merge them in a timely manner.
If you're looking for alternatives, here's a list:
* [Rust CLI](https://rust-cli.github.io/book/index.html) -- Rust is a rapidly growing community and hot language, and has the benefit of speed and not needing to rely on a local Node engine.
* [oclif](https://oclif.io/) - oclif is used by some large CLIs and is very actively maintained
* [commander](https://github.com/tj/commander.js/) and [yeoman](https://yeoman.io/) - commander and yeoman have been around a long time and have very large communities. Keep in mind that we built Gluegun to avoid Commander and Yeoman, so YMMV
* [vorpal](https://vorpal.js.org/) - unfortunately looks like it isn't actively maintained
* [just make your own](https://www.twilio.com/blog/how-to-build-a-cli-with-node-js) - you don't need a framework to make a Node CLI. Check out this article from Twilio
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc