arno
v0.0.1
Published
Arno is a thin wrapper on top of Yarn, adding completions and additional commands
Downloads
11
Readme
Arno
{
"name": "arno",
"version": "1.0.0",
"description": "Arno is a thin wrapper on top of Yarn, adding completions and additional commands",
"bin": "bin/arno",
"main": "lib/arno",
"keywords": [
"cli",
"yarn"
],
"dependencies": {
"yarn": "^1.5.1",
"yarn-completions": "0.0.8"
}
}