the-script-release

Release script for the-projects


Keywords
the, script
License
MIT
Install
npm install the-script-release@1.0.10

Documentation

the-script-release

Build Status npm Version JS Standard

Release script for the-projects

Installation

$ npm install the-script-release --save

Usage

'use strict'

const release = require('the-script-release')

async function tryExample () {
  await release('my_project_dir')
}

tryExample().catch(console.error)

License

This software is released under the MIT License.

Links