{"id":51703123,"url":"https://github.com/yaorao2770/venustech-cli","last_synced_at":"2026-07-16T13:09:37.158Z","repository":{"id":57391549,"uuid":"109203685","full_name":"yaorao2770/venustech-cli","owner":"yaorao2770","description":"Auto generate project template","archived":false,"fork":false,"pushed_at":"2017-11-25T10:57:39.000Z","size":18099,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-14T09:23:28.619Z","etag":null,"topics":["angular","bower","gulp","nodejs"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yaorao2770.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-11-02T01:38:32.000Z","updated_at":"2017-11-13T14:09:02.000Z","dependencies_parsed_at":"2022-09-19T05:22:50.975Z","dependency_job_id":null,"html_url":"https://github.com/yaorao2770/venustech-cli","commit_stats":null,"previous_names":["yaorao2770/webapp-cli"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yaorao2770/venustech-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaorao2770%2Fvenustech-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaorao2770%2Fvenustech-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaorao2770%2Fvenustech-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaorao2770%2Fvenustech-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yaorao2770","download_url":"https://codeload.github.com/yaorao2770/venustech-cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaorao2770%2Fvenustech-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35544625,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-16T02:00:06.687Z","response_time":83,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular","bower","gulp","nodejs"],"created_at":"2026-07-16T13:09:36.391Z","updated_at":"2026-07-16T13:09:37.148Z","avatar_url":"https://github.com/yaorao2770.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# venustech-cli\nAuto generate project template\n\n## Table of Contents\n\n* [Note](#Note)\n* [Installation](#installation)\n* [Usage](#usage)\n* [Argv](#Argv)\n* [Run](#Run)\n* [Skeleton](#Skeleton)\n\n## Note\n在使用该工具之前，确保本地环境已安装 Nodejs, Gulp, Bower。查看是否安装成功，可用以下命令：\n\n```bash\nnode -v\nnpm -v\ngulp -v\nbower -v\n```\n\n## Installation\nInstall this tool by npm:\n\n```bash\nnpm install venustech-cli -g\n```\n\n## Usage\nCreate your porject directory, and use \"webapp-cli\" command:\n\n```bash\nmkdir my-project \u0026\u0026 cd my-project\nvenus\n```\n![image](https://github.com/yaorao2770/venustech-cli/blob/master/images/build-success.png)\n\n## Argv\n可接受一个命令行参数, -lib ,用于添加更多的资源文件，如下图所示：\n```bash\nvenus -lib\n```\n![image](https://github.com/yaorao2770/webapp-cli/blob/master/images/css.png)\n![image](https://github.com/yaorao2770/webapp-cli/blob/master/images/js.png)\n\n## Run\n在项目骨架 build success 后，需运行以下命令去下载依赖的包和三方资源文件：\n\n```bash\nbower install\nnpm install\n```\ninstall成功后，应生成 node_modules 和 bower_components 两个目录。\n\n## Skeleton\n\n``` bash\n    \\---bower_components\n    \\---node_modules\n    \\---images\n    \\---source\n        |     \\---controller   \n        |         | +---mainCtrl.js  \n        |     \\---css\n        |         | +---al.css \n        |         | +---common.css\n        |         | +---cy.css\n        |     \\---directive\n        |         | +---directive.js  \n        |     \\---service \n        |         | +---app.js \n        |         | +---myFilter.js\n        |         | +---router.js\n    \\---templates   \n        +---main.html   \n    +---bower.json\n    +---.gitignore\n    +---gulpfile.js\n    +---index.html\n    +---package.json\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyaorao2770%2Fvenustech-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyaorao2770%2Fvenustech-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyaorao2770%2Fvenustech-cli/lists"}