登录 注册
当前位置:主页 > 资源下载 > 17 > 生成一个URL以在GitHub上打开预填充了标签、正文和其他字段的新版本页面

生成一个URL以在GitHub上打开预填充了标签、正文和其他字段的新版本页面

  • 更新:2024-10-23 09:37:50
  • 大小:7KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

新的github发布URL 生成一个URL以打开带有预填充标签,正文和其他字段的GitHub新版本 GitHub支持通过设置预填充新版本。 该程序包简化了此类URL的生成。 安装 $ npm install new-github-release-url 用法 const newGithubReleaseUrl = require ( 'new-github-release-url' ) ; const open = require ( 'open' ) ; const url = newGithubReleaseUrl ( { user : 'sindresorhus' , repo : 'new-github-release-url' , body : '\n\n\n---\nI\'m a human. Please be nice.' } ) ; //=> 'https:/