0.1.1 • Published 7 years ago
climod-add-script v0.1.1
climod-add-script
CLI codemod to add a script entry to package.json.
climod-add-script --name test --cmd jestNow your package.json has this entry.
{
"scripts": {
"test": "jest"
}
}CLI codemod to add a script entry to package.json.
climod-add-script --name test --cmd jestNow your package.json has this entry.
{
"scripts": {
"test": "jest"
}
}