UNPKG
metal-soy-critic
Version:
latest (2.4.0)
2.4.0
2.3.0
2.2.1
2.2.0
2.1.1
2.1.0
2.0.0
1.14.1
1.14.0
1.13.1
1.13.0
1.12.0
1.11.0
1.10.1
1.10.0
1.9.0
1.8.0
1.7.1
1.7.0
1.6.0
1.5.0
1.4.3
1.4.2
1.4.1
1.4.0
1.3.3
1.3.2
1.3.1
1.3.0
1.2.1
1.2.0
1.1.0
1.0.1
1.0.0
A metal-soy code validation utility.
github.com/mthadley/metal-soy-critic
mthadley/metal-soy-critic
metal-soy-critic
/
lib
/
index.js
6 lines
(5 loc)
•
155 B
JavaScript
View Raw
1
2
3
4
5
6
#!/usr/bin/env node
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
const
cli_1 =
require
(
"./cli"
); cli_1.
main
(process.
argv
);