文件名称:trello_newsletter:使用Trello板的新闻稿
文件大小:17KB
文件格式:ZIP
更新时间:2024-05-21 01:59:48
Ruby
特雷洛通讯 Trello Newsletter宝石的灵感来自Changelog的博客文章。 宝石将Trello板中的卡片转换为HTML新闻稿,然后将其发送给Mailchimp,以准备发送出去。 它目前特定于Code Newbie,但将采取一些步骤使每个人都可以使用它。 用法 所需宝石 该项目将需要安装 。 要安装捆绑程序,请将以下命令复制到终端: $ gem install bundler 安装宝石 使用ssh将gem克隆到您的目录中: $ git clone git@github.com:code-newbies/trello_newsletter.git 或不使用ssh(您需要输入GitHub登录详细信息): $ git clone https://github.com/code-newbies/trello_newsletter.git 更新项目 对项目的更新将在mas
【文件预览】:
trello_newsletter-master
----.gitignore(122B)
----bin()
--------setup(115B)
--------console(342B)
----.travis.yml(30B)
----CODE_OF_CONDUCT.md(1KB)
----LICENSE.txt(1KB)
----spec()
--------models()
--------views()
--------spec_helper.rb(768B)
----README.md(4KB)
----lib()
--------trello_newsletter()
--------trello_newsletter.rb(4KB)
--------meta.rb(1KB)
--------post.rb(793B)
--------html_factory.rb(27KB)
----trello_newsletter.gemspec(1KB)
----Gemfile(258B)
----Rakefile(371B)