UNPKG
working
Version:
latest (0.0.0)
0.0.0
a simple workflow running tool based on npm script
github.com/turingou/working
turingou/working
working
/
src
/
working.js
5 lines
(4 loc)
•
84 B
JavaScript
View Raw
1
2
3
4
5
import
exeq
from
'exeq'
export
default
function
(
pkg
) {
Object
.
keys
(pkg.
scripts
) }