the-script-release
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.