@nesardramos/fmg
Version:
A CLI tool to manage path aliases in your terminal.
26 lines (25 loc) • 466 B
JSON
{
"name": "@nesardramos/fmg",
"version": "1.0.1",
"description": "A CLI tool to manage path aliases in your terminal.",
"main": "index.js",
"bin": {
"fmg": "index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cli",
"terminal",
"path-aliases",
"fcd",
"fcp",
"fmv"
],
"author": "A S M Nesar Uddin",
"license": "MIT",
"dependencies": {
"yargs": "^17.7.2"
}
}