New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

dlvr

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dlvr

[![Known Vulnerabilities](https://snyk.io/test/github/freakzero/dlvr/badge.svg)](https://snyk.io/test/github/freakzero/dlvr) [![npm version](https://badge.fury.io/js/dlvr.svg)](https://badge.fury.io/js/dlvr) [![Build Status](https://travis-ci.org/FreaKz

  • 0.4.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-75%
Maintainers
1
Weekly downloads
 
Created
Source

DLVR (ALPHA)

Known Vulnerabilities npm version Build Status

(Until real release use at your own risk, fallback from failure is not yet implemented)

asciicast

Command Line tool for easy automated Releasing. See the ASCII cast.

You will get the most out of this Tool when you want to release binaries done with NWJS, Electron or pkg.

Install

npm install -g dlvr

Commands

Write initial config

dlvr init
Opens a Wizard which guides you through the release configuration ($PROJECT_ROOT/.dlvr), uses examplepaths for compress and release-assets.

Get current Changelog

dlvr status
Checks Tokens based on your current configuration and shows the Changelog for your current project progress.

Tokensetup

dlvr tokens
Opens a wizard which guides you through the configuration of a tokenfile ($HOME/.dlvrtokens)

release

dlvr release (major|minor|patch)

  • optional arguments:
    • -f [--force] | Omit the "do you want to release" prompt

Versions and Releases your Project based on your given configuration and release parameter.

Config Files

.dlvrtokens

PATH: $HOME/.dlvrtokens
Possible Configuration

{
  "github": "YOUR GITHUB TOKEN",
  "snyk": "YOUR SNYK TOKEN"
}

.dlvr

PATH: $PROJECT_DIR/.dlvr
Possible Configuration

{
  snyk: true,
  compress: [
    {in: './dist/myfile.bin', out: './dist/myfile.zip'}
  ],
  logfilter: '.*#',
  remote: 'origin',
  github: {
    repo: 'username/repo',
    release: {
      draft: true,
      assets: [{
        file: './dist/myfile.zip',
        name: 'myfile.zip'
      }]
    }
  },
  test: 'npm run test',
  npmpublish: false
}

Keywords

FAQs

Package last updated on 06 Aug 2017

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