{"id":22980929,"url":"https://github.com/rubyworks/erbside","last_synced_at":"2025-04-02T09:41:54.231Z","repository":{"id":56844735,"uuid":"1393376","full_name":"rubyworks/erbside","owner":"rubyworks","description":"Inline ERB templating tool","archived":false,"fork":false,"pushed_at":"2014-01-13T10:16:18.000Z","size":1236,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-12T08:44:47.691Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://rubyworks.github.com/erbside","language":"Ruby","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/rubyworks.png","metadata":{"files":{"readme":"README.rdoc","changelog":"HISTORY.rdoc","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":"2011-02-21T16:07:20.000Z","updated_at":"2017-05-21T03:13:21.000Z","dependencies_parsed_at":"2022-09-09T04:11:20.843Z","dependency_job_id":null,"html_url":"https://github.com/rubyworks/erbside","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyworks%2Ferbside","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyworks%2Ferbside/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyworks%2Ferbside/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyworks%2Ferbside/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rubyworks","download_url":"https://codeload.github.com/rubyworks/erbside/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246792976,"owners_count":20834921,"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":[],"created_at":"2024-12-15T01:46:12.787Z","updated_at":"2025-04-02T09:41:54.191Z","avatar_url":"https://github.com/rubyworks.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"= Erbside\n\n{Homepage}[http://rubyworks.github.com/erbside] |\n{Documentation}[http://rubydoc.info/gems/erbside/frames] |\n{Source Code}[http://github.com/rubyworks/erbside] |\n{Mailing List}[http://googlegroups.com/group/rubyworks-mailinglist]\n\n{\u003cimg src=\"http://travis-ci.org/rubyworks/erbside.png\" /\u003e}[http://travis-ci.org/rubyworks/erbside]\n\n\n== DESCRIPTION\n\nErbside is a simple in-line project-oriented ERB-based template system.\nWith Erbside it is very easy to do basic templating without the need\nfor file duplication.\n\nErbside also provides direct access to project metadata. It does this\nautomatically via {DotRuby}[http://dotruby.github.com/dotruby], or it\ncan be instructed to use other resources, including a project's gemspec.\n\n\n== FEATURES\n\n* Easy to use.\n* Uses ERB. Easy.\n* Uses .ruby and .gemspec. Easy.\n* The file is the template. Easy.\n* Did I mention it was easy?\n\n\n== SYNOPSIS\n\nIn a Ruby script add an ERB comment.\n\n  module YourLibrary\n    VERSION = \"1.0.0\" #:erb: VERSION=\"\u003c%= version %\u003e\"\n  end\n\nThen run:\n\n  $ erbside myscript.rb\n\nUnless you use the --force option, Erbside will ask you if\nwant to overwrite the file. Type y\u003cEnter\u003e and all of the #:erb:\nin-line templating will be filled in.\n\nTo see what erbside would do without actually writing to the file,\nuse the `-o/--stdout` option.\n\n  $ erbside -o myscript.rb\n\n\n== INSTALL\n\n=== Gem Install\n\nTo install with RubyGems simply open a console and type:\n\n  $ gem install erb\n\n=== Site Install\n\nLocal installation requires Setup.rb (gem install setup),\nthen download the tarball package and type:\n\n  $ tar -xvzf erb-1.0.0.tgz\n  $ cd erb-1.0.0.tgz\n  $ sudo setup.rb all\n\nWindows users use 'ruby setup.rb all'.\n\n\n== COPYRIGHTS\n\nCopyright (c) 2009 Thomas Sawyer, Rubyworks. All rights reserved.\n\nErbside is made available according to the terms of the *FreeBSD* license.\n\nSee NOTICE.rdoc for details.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubyworks%2Ferbside","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frubyworks%2Ferbside","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubyworks%2Ferbside/lists"}