{"id":18467932,"url":"https://github.com/ftbjs/ftb-cli","last_synced_at":"2026-04-04T20:33:33.865Z","repository":{"id":57242558,"uuid":"190597703","full_name":"ftbjs/ftb-cli","owner":"ftbjs","description":"🛠️ A cli tool for create vue and react application and support publish package to npm.","archived":false,"fork":false,"pushed_at":"2019-09-16T14:03:48.000Z","size":309,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-02-12T16:21:22.247Z","etag":null,"topics":["cli","command-line","ftb-cli","nodejs-cli","npm-package","publish-npm","publish-npm-package","react","react-cli","react-create-app","reactjs","vue","vue-cli","vuejs2","webpack"],"latest_commit_sha":null,"homepage":"","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/ftbjs.png","metadata":{"files":{"readme":"README-zh_CN.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":"2019-06-06T14:41:29.000Z","updated_at":"2023-02-13T19:37:46.000Z","dependencies_parsed_at":"2022-09-15T01:41:46.531Z","dependency_job_id":null,"html_url":"https://github.com/ftbjs/ftb-cli","commit_stats":null,"previous_names":["ftb-family/ftb-cli"],"tags_count":42,"template":false,"template_full_name":null,"purl":"pkg:github/ftbjs/ftb-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ftbjs%2Fftb-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ftbjs%2Fftb-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ftbjs%2Fftb-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ftbjs%2Fftb-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ftbjs","download_url":"https://codeload.github.com/ftbjs/ftb-cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ftbjs%2Fftb-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31413269,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cli","command-line","ftb-cli","nodejs-cli","npm-package","publish-npm","publish-npm-package","react","react-cli","react-create-app","reactjs","vue","vue-cli","vuejs2","webpack"],"created_at":"2024-11-06T10:04:03.447Z","updated_at":"2026-04-04T20:33:33.839Z","avatar_url":"https://github.com/ftbjs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eFtb Cli 👋\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://badge.fury.io/js/ftb-cli.svg\" /\u003e\n  \u003ca href=\" \"\u003e\n    \u003cimg alt=\"Documentation\" src=\"https://img.shields.io/badge/documentation-yes-brightgreen.svg\" target=\"_blank\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/ftb-family/ftb-cli/graphs/commit-activity\"\u003e\n    \u003cimg alt=\"Maintenance\" src=\"https://img.shields.io/badge/Maintained%3F-yes-green.svg\" target=\"_blank\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/ftb-family/ftb-cli/blob/master/LICENSE\"\u003e\n    \u003cimg alt=\"License: MIT\" src=\"https://img.shields.io/badge/License-MIT-yellow.svg\" target=\"_blank\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch6 align=\"center\"\u003e正在开发基于vue的模板😂😝😂\u003c/h6\u003e\n\n## 前言\n本项目是一个命令行工具，支持创建`vue`和`react`的项目，是否使用单元测试, eslint取决于你; 同时该命令行也支持创建npm package, 纯js库, vue插件, react插件,完备的开发环境，支持发布到npm.\n\n[English](./README.md) | 简体中文\n\n### 🏠 [首页](https://github.com/ftb-family/ftb-cli#readme)\n\n## 安装\n\n```sh\nnpm install ftb-cli -g\n```\n\n## 使用\n\n创建vue和react项目:\n```sh\n# 只支持2种 vue, react\nftb init [name]\n```\n\n创建npm package项目:\n```sh\n# 只支持3种 js, vue, react\nftb add [name]\n```\n## 已支持功能\n```sh\n# 创建react项目\nftb init react\n\n# 创建javascript项目 发布至npm包\nftb add js\n\n# 创建react项目 发布至npm包\nftb add react\n```\n\n## 开发中功能\n```sh\n# 暂未支持，正在开发\nftb init vue\nftb add vue\n```\n\n## 本地开发调试\n```js \ngit clone https://github.com/ftb-family/ftb-cli.git\n\ncd ftb-cli\n\nnpm install\n\ncd packages/ftb-cli\n\nnpm link\n\nftb init react\n```\n\n## 作者\n\n👤 **biyuqiwan@163.com**\n\n* Github: [@ BiYuqi](https://github.com/BiYuqi )\n\n## 🤝 贡献\n欢迎贡献代码，提交issue和PR!\u003cbr /\u003e[issues page](https://github.com/ftb-family/ftb-cli/issues). \n\n## 更新日志\n[更新日志](./packages/ftb-cli/CHANGELOG.md)\n\n## 📝 License\n\nCopyright © 2019 [biyuqiwan@163.com](https://github.com/ ).\u003cbr /\u003e\nThis project is [MIT](https://github.com/ftb-family/ftb-cli/blob/master/LICENSE) licensed.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fftbjs%2Fftb-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fftbjs%2Fftb-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fftbjs%2Fftb-cli/lists"}