UNPKG
savas-cli
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
A cli tool to manage releases through the terminal
github.com/yurderi/savas
yurderi/savas
savas-cli
/
bin
/
savas.js
7 lines
(5 loc)
•
108 B
JavaScript
View Raw
1
2
3
4
5
6
7
#! /usr/bin/env node
process.
on
(
'unhandledRejection'
,
error
=>
{
throw
error })
require
(
'../index.js'
)