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

unleash

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unleash

Unleash your code into the wild yonder

  • 1.2.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
2
Weekly downloads
 
Created
Source

Unleash

Professionally publish your JavaScript modules in one keystroke

Bad Release

Key Features

  • Updates your version according to semantic versioning
  • Runs your tests
  • Updates your changelog
  • Publishes your module to NPM
  • Pushes your code and tags to git
  • Supports both Github & Stash (creates links to these in your changelog)
  • Allows you to preview what files will and won't be published to NPM

Convince your manager (Why use Unleash?)

  • Unleash eats it's own dogfood. Unleash is used to release itself.
  • Unleash eliminates common time-wasting mistakes such as forgetting to tag your releases (or forgetting to publish your module)
  • Unleash encourages use of software conventions such as the CHANGELOG by making it dead easy
  • Unleash encourages you to make git commit messages that make sense to everyone in your organization
  • Unleash is constructed from battle-tested and well-understood open source modules such as vinyl-fs, yargs, chalk & semver. Additionally, the architecture of Unleash is partially based on Gulp.
  • Unleash uses the Angular Conventional Changelog manner of using git commit conventions

CLI Examples

Execute a Dry Run of Publishing a Patch Release
unleash -p -d

Execute a Patch Release
unleash -p

Execute a Major Release
unleash -M
Execute a Minor Release to a Stash Repository
unleash -m -r stash

Git Commit Convention Examples

perf(pencil): remove graphiteWidth option
fix(graphite): stop graphite breaking when width < 0.1
feat(pencil): add 'graphiteWidth' option

Installation

npm i unleash -g

OR...

npm i unleash -DE

Supported Version Types

  • Major -M
  • Minor -m
  • Patch -p
  • Prerelease -P

Next Steps

  • Tech blog post draft
  • Talk with Ben about standardization of Angular release convention. Where will this spec be communicated? What is a tool for validating against this spec? (https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#commit)
  • Integrate logo from 99 Designs, color scheme and better marketing language in this document
  • Add pertinent badges such as build status
  • Introduce "In the Wild" section

Roadmap

  • Make option flags clearer
  • Improve dry run by showing a pretty diff of changes that'd occur, including actual file contents
  • Get legal review
  • Guess which type of release should happen based on commit messages
  • Check for outdated & unused dependencies
  • Check health of project against bithound
  • Look into supporting multi-module releases e.g. Lodash, Babel, React

Keywords

FAQs

Package last updated on 13 May 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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