UNPKG

@varlinor/cli

Version:

This package provides a set of command-line tools for managing and building front-end projects. These tools include functionalities for cleaning the node_modules directory, creating and managing project versions, removing Git tags, and generating Vue comp

64 lines 1.85 kB
{ "name": "@varlinor/cli", "version": "1.2.0", "description": "This package provides a set of command-line tools for managing and building front-end projects. These tools include functionalities for cleaning the node_modules directory, creating and managing project versions, removing Git tags, and generating Vue component definition files and entry files. With these CLI tools, developers can more efficiently maintain project structure, manage version control, automate common development tasks, and simplify the generation and management of components.", "keywords": [ "CLI tools", "Node.js", "Front-end development", "Vue.js components", "Version management", "Git tag management", "Automated builds", "Project maintenance tools", "Dynamic module import", "CLI工具", "Node.js", "前端开发", "Vue.js组件", "版本管理", "Git标签管理", "自动化构建", "项目维护工具", "动态模块导入" ], "author": "varlinor", "license": "Apache-2.0", "main": "./dist/index.mjs", "bin": { "qkt-cli": "./dist/index.mjs" }, "files": [ "dist" ], "publishConfig": { "access": "public" }, "dependencies": { "chalk": "^5.3.0", "commander": "^11.0.0", "fs-extra": "^11.1.1", "lodash-es": "^4.17.21", "semver": "^7.6.2", "shelljs": "^0.8.5", "simple-git": "^3.25.0", "yaml": "^2.3.4", "@varlinor/node-tools": "1.2.0" }, "repository": { "type": "git", "url": "https://github.com/varlinor/qkt-node.git" }, "bugs": { "url": "https://github.com/varlinor/qkt-node/issues" }, "homepage": "https://github.com/varlinor/qkt-node", "engines": { "node": ">=16.0.0" }, "scripts": { "test": "node ./dist/index.mjs -h", "clean": "rimraf dist", "build": "unbuild" } }