UNPKG
rapid
Version:
latest (3.1.1)
3.1.1
3.1.0
3.0.0
2.0.0
1.1.0
1.0.0
0.0.2
0.0.1
A simple tool for rapidly creating components
github.com/jonathantneal/rapid
jonathantneal/rapid
rapid
/
cli.js
8 lines
(5 loc)
•
157 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
#!/usr/bin/env node
// rapid
const
rapid =
require
(
'.'
);
// desired rapid task or the host task using the config
(rapid[process.
argv
[
2
]] || rapid.
host
)();