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
/
lib
/
dist
/
npm.js
8 lines
(6 loc)
•
171 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
// tooling
const
exec =
require
(
'../exec'
);
// promise executed command
module
.
exports
=
(
configOpts, {
from
}
) =>
exec
(
'npm install --only=production'
, {
cwd
:
from
});