NativeScript / NativeScript/nativescript-cli
Describe changes in CLI's public API for 6.0.0 release
@Fatme 已经在做这个了。
开始于 2019年5月26日。
- 主要语言
- JavaScript
- 星标
- 1.1k
- 派生
- 204
- 平均合并
- 1 天 9 小时
- 30 天内合并 PR
- 8
描述
Is your feature request related to a problem? Please describe.
Due to refactoring of CLI's logic for 6.0.0 release, the public API (the one which is available when using NativeScript CLI as a library in a project) has been changed. We need to describe all changes, so the people who rely on the API can migrate easily. Also, it will be great to define common requirements for public API, i.e. which methods/classes are exposed, how are they named, when do we expose them, etc.
Describe the solution you'd like
The Changelog must contain information how to migrate a project using CLI's API from 5.4 to 6.0 release. The CONTRIBUTING.md file must contain information which is the way to expose new method to public API, what are the requirements for it, when it is allowed to change it, etc.
Describe alternatives you've considered
None.
Additional context
All publicly exposed methods are available in the PublicAPI.md file.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
评估
这个 Issue 还没有评估数据。