UNPKG
ntl
Version:
latest (5.1.0)
5.1.0
5.0.0
4.0.0
3.2.4
3.2.3
3.2.2
3.2.1
3.2.0
3.1.1
3.1.0
3.0.0
2.0.1
2.0.0
1.3.0
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
Interactive cli tool to list and run package scripts
github.com/ruyadorno/ntl
ruyadorno/ntl
ntl
/
rerun.js
7 lines
(4 loc)
•
87 B
JavaScript
View Raw
1
2
3
4
5
6
7
#!/usr/bin/env node
"use strict"
; process.
env
.
NTL_RERUN
=
true
;
require
(
"./cli.js"
);