{"id":18871558,"url":"https://github.com/newlifex/xscript","last_synced_at":"2025-04-14T15:32:19.637Z","repository":{"id":71463116,"uuid":"61822436","full_name":"NewLifeX/XScript","owner":"NewLifeX","description":"C#脚本引擎","archived":false,"fork":false,"pushed_at":"2023-09-27T18:04:57.000Z","size":12119,"stargazers_count":70,"open_issues_count":0,"forks_count":38,"subscribers_count":15,"default_branch":"master","last_synced_at":"2023-09-28T05:24:21.438Z","etag":null,"topics":["xscript"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NewLifeX.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2016-06-23T17:03:04.000Z","updated_at":"2023-09-27T18:05:01.000Z","dependencies_parsed_at":"2023-03-07T17:30:32.285Z","dependency_job_id":null,"html_url":"https://github.com/NewLifeX/XScript","commit_stats":null,"previous_names":[],"tags_count":3,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NewLifeX%2FXScript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NewLifeX%2FXScript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NewLifeX%2FXScript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NewLifeX%2FXScript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NewLifeX","download_url":"https://codeload.github.com/NewLifeX/XScript/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223636243,"owners_count":17177303,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["xscript"],"created_at":"2024-11-08T05:26:24.332Z","updated_at":"2024-11-08T05:26:24.950Z","avatar_url":"https://github.com/NewLifeX.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# XScript\r\n### C#脚本引擎\r\n用于替代批处理文件，作为日常工作使用脚本。 \r\n\r\n目前大量应用于嵌入式项目，作为编译脚本。  \r\n规范化嵌入式项目大多采用命令行编译以获取更加强大的功能，而不同项目的配置情况可能略有不同，这里XScript可以很好的为我们解决问题。  \r\n同时，嵌入式C/C++项目开发中，所有IDE都需要用户手工添加源文件到项目中，我们借助XScript，用C#编写脚本，自动查找目录下所有cpp文件进行编译。  \r\n\r\n## 项目源码位置\r\n国内 http://git.NewLifeX.com/NewLife/XScript  \r\n国外 https://github.com/NewLifeX/XScript  \r\n\r\n## 新生命开源项目矩阵\r\n各项目默认支持net4.5/net4.0/netstandard2.0  \r\n\r\n|                               项目                               | 年份  |  状态  | .NET Core | 说明                                               |\r\n|                               项目                               | 年份  |  状态  | .NET Core | 说明                                                |\r\n| :--------------------------------------------------------------: | :---: | :----: | :-------: | --------------------------------------------------- |\r\n|                             基础组件                             |       |        |           | 支撑其它中间件以及产品项目                          |\r\n|          [NewLife.Core](https://github.com/NewLifeX/X)           | 2002  | 维护中 |     √     | 算法、日志、网络、RPC、序列化、缓存、多线程         |\r\n|              [XCode](https://github.com/NewLifeX/X)              | 2005  | 维护中 |     √     | 数据中间件，MySQL、SQLite、SqlServer、Oracle        |\r\n|      [NewLife.Net](https://github.com/NewLifeX/NewLife.Net)      | 2005  | 维护中 |     √     | 网络库，千万级吞吐率，学习gRPC、Thrift              |\r\n|     [NewLife.Cube](https://github.com/NewLifeX/NewLife.Cube)     | 2010  | 维护中 |     √     | Web魔方，企业级快速开发框架，集成OAuth              |\r\n|    [NewLife.Agent](https://github.com/NewLifeX/NewLife.Agent)    | 2008  | 维护中 |     √     | 服务管理框架，Windows服务、Linux的Systemd           |\r\n|                              中间件                              |       |        |           | 对接各知名中间件平台                                |\r\n|    [NewLife.Redis](https://github.com/NewLifeX/NewLife.Redis)    | 2017  | 维护中 |     √     | Redis客户端，微秒级延迟，百亿级项目验证             |\r\n| [NewLife.RocketMQ](https://github.com/NewLifeX/NewLife.RocketMQ) | 2018  | 维护中 |     √     | 支持Apache RocketMQ和阿里云消息队列，十亿级项目验证 |\r\n|     [NewLife.MQTT](https://github.com/NewLifeX/NewLife.MQTT)     | 2019  | 维护中 |     √     | 物联网消息协议，客户端支持阿里云物联网              |\r\n|     [NewLife.LoRa](https://github.com/NewLifeX/NewLife.LoRa)     | 2016  | 维护中 |     √     | 超低功耗的物联网远程通信协议LoRaWAN                 |\r\n|   [NewLife.Thrift](https://github.com/NewLifeX/NewLife.Thrift)   | 2019  | 维护中 |     √     | Thrift协议实现                                      |\r\n|     [NewLife.Hive](https://github.com/NewLifeX/NewLife.Hive)     | 2019  | 维护中 |     √     | 纯托管读写Hive，Hadoop数据仓库，基于Thrift协议      |\r\n|             [NoDb](https://github.com/NewLifeX/NoDb)             | 2017  | 开发中 |     √     | NoSQL数据库，百万级kv读写性能，持久化               |\r\n|      [NewLife.Ftp](https://github.com/NewLifeX/NewLife.Ftp)      | 2008  | 维护中 |     √     | Ftp客户端实现                                       |\r\n|                             产品平台                             |       |        |           | 产品平台级，编译部署即用，个性化自定义              |\r\n|           [AntJob](https://github.com/NewLifeX/AntJob)           | 2019  | 维护中 |     √     | 蚂蚁调度系统，大数据实时计算平台                    |\r\n|         [Stardust](https://github.com/NewLifeX/Stardust)         | 2018  | 维护中 |     √     | 星尘，微服务平台，分布式平台                        |\r\n|            [XLink](https://github.com/NewLifeX/XLink)            | 2016  | 维护中 |     √     | 物联网云平台                                        |\r\n|           [XProxy](https://github.com/NewLifeX/XProxy)           | 2005  | 维护中 |     √     | 产品级反向代理                                      |\r\n|          [XScript](https://github.com/NewLifeX/XScript)          | 2010  | 维护中 |     ×     | C#脚本引擎                                          |\r\n|          [SmartOS](https://github.com/NewLifeX/SmartOS)          | 2014  | 维护中 |   C++11   | 嵌入式操作系统，完全独立自主，ARM Cortex-M芯片架构  |\r\n|         [GitCandy](https://github.com/NewLifeX/GitCandy)         | 2015  | 维护中 |     ×     | Git管理系统                                         |\r\n|                               其它                               |       |        |           |                                                     |\r\n|           [XCoder](https://github.com/NewLifeX/XCoder)           | 2006  | 维护中 |     √     | 码神工具，开发者必备                                |\r\n|        [XTemplate](https://github.com/NewLifeX/XTemplate)        | 2008  | 维护中 |     √     | 模版引擎，T4(Text Template)语法                     |\r\n|       [X组件 .NET2.0](https://github.com/NewLifeX/X_NET20)       | 2002  | 存档中 |  .NET2.0  | 日志、网络、RPC、序列化、缓存、Windows服务、多线程  |\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnewlifex%2Fxscript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnewlifex%2Fxscript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnewlifex%2Fxscript/lists"}