rtram 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: c023ad102e34ea56f72645213e0693471439ee6222079fd96c8c042d5fcb5128
4
+ data.tar.gz: eaa258ef9bb0e4101df32e2a3216f5d8729f4288898cbcfeb2111b7cfdfa3933
5
+ SHA512:
6
+ metadata.gz: b90f49ea00dc5cdfd612e8e3e2bfad3b56aa70a1bfa12d7054c181d5f5842be9b5c1fd5b8f1a46f6bbd49426a6a5c130141d769c146b45bc46e49cf9d21242fd
7
+ data.tar.gz: 6faf70a4396495308625cc37ce9bb023b954971861d6d851016cc9e61d9c384f40bcc3c9efc978ca733515f0d14ad7bb72bbb9f618a64866c0af51cb2e55bd97
data/.rspec ADDED
@@ -0,0 +1,3 @@
1
+ --format documentation
2
+ --color
3
+ --require spec_helper
@@ -0,0 +1,84 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.
6
+
7
+ We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.
8
+
9
+ ## Our Standards
10
+
11
+ Examples of behavior that contributes to a positive environment for our community include:
12
+
13
+ * Demonstrating empathy and kindness toward other people
14
+ * Being respectful of differing opinions, viewpoints, and experiences
15
+ * Giving and gracefully accepting constructive feedback
16
+ * Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience
17
+ * Focusing on what is best not just for us as individuals, but for the overall community
18
+
19
+ Examples of unacceptable behavior include:
20
+
21
+ * The use of sexualized language or imagery, and sexual attention or
22
+ advances of any kind
23
+ * Trolling, insulting or derogatory comments, and personal or political attacks
24
+ * Public or private harassment
25
+ * Publishing others' private information, such as a physical or email
26
+ address, without their explicit permission
27
+ * Other conduct which could reasonably be considered inappropriate in a
28
+ professional setting
29
+
30
+ ## Enforcement Responsibilities
31
+
32
+ Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful.
33
+
34
+ Community leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and will communicate reasons for moderation decisions when appropriate.
35
+
36
+ ## Scope
37
+
38
+ This Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public spaces. Examples of representing our community include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event.
39
+
40
+ ## Enforcement
41
+
42
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at kei.h.hayashi@gmail.com. All complaints will be reviewed and investigated promptly and fairly.
43
+
44
+ All community leaders are obligated to respect the privacy and security of the reporter of any incident.
45
+
46
+ ## Enforcement Guidelines
47
+
48
+ Community leaders will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this Code of Conduct:
49
+
50
+ ### 1. Correction
51
+
52
+ **Community Impact**: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community.
53
+
54
+ **Consequence**: A private, written warning from community leaders, providing clarity around the nature of the violation and an explanation of why the behavior was inappropriate. A public apology may be requested.
55
+
56
+ ### 2. Warning
57
+
58
+ **Community Impact**: A violation through a single incident or series of actions.
59
+
60
+ **Consequence**: A warning with consequences for continued behavior. No interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, for a specified period of time. This includes avoiding interactions in community spaces as well as external channels like social media. Violating these terms may lead to a temporary or permanent ban.
61
+
62
+ ### 3. Temporary Ban
63
+
64
+ **Community Impact**: A serious violation of community standards, including sustained inappropriate behavior.
65
+
66
+ **Consequence**: A temporary ban from any sort of interaction or public communication with the community for a specified period of time. No public or private interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban.
67
+
68
+ ### 4. Permanent Ban
69
+
70
+ **Community Impact**: Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals.
71
+
72
+ **Consequence**: A permanent ban from any sort of public interaction within the community.
73
+
74
+ ## Attribution
75
+
76
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.0,
77
+ available at https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
78
+
79
+ Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/diversity).
80
+
81
+ [homepage]: https://www.contributor-covenant.org
82
+
83
+ For answers to common questions about this code of conduct, see the FAQ at
84
+ https://www.contributor-covenant.org/faq. Translations are available at https://www.contributor-covenant.org/translations.
data/Gemfile ADDED
@@ -0,0 +1,6 @@
1
+ # frozen_string_literal: true
2
+
3
+ source "https://rubygems.org"
4
+
5
+ # Specify your gem's dependencies in rtram.gemspec
6
+ gemspec
data/Gemfile.lock ADDED
@@ -0,0 +1,54 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ rtram (0.2.0)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ diff-lcs (1.5.0)
10
+ ffi (1.15.5)
11
+ google-protobuf (3.20.1-x86_64-darwin)
12
+ listen (3.7.1)
13
+ rb-fsevent (~> 0.10, >= 0.10.3)
14
+ rb-inotify (~> 0.9, >= 0.9.10)
15
+ rake (13.0.6)
16
+ rb-fsevent (0.11.1)
17
+ rb-inotify (0.10.1)
18
+ ffi (~> 1.0)
19
+ rspec (3.11.0)
20
+ rspec-core (~> 3.11.0)
21
+ rspec-expectations (~> 3.11.0)
22
+ rspec-mocks (~> 3.11.0)
23
+ rspec-core (3.11.0)
24
+ rspec-support (~> 3.11.0)
25
+ rspec-expectations (3.11.0)
26
+ diff-lcs (>= 1.2.0, < 2.0)
27
+ rspec-support (~> 3.11.0)
28
+ rspec-mocks (3.11.1)
29
+ diff-lcs (>= 1.2.0, < 2.0)
30
+ rspec-support (~> 3.11.0)
31
+ rspec-support (3.11.0)
32
+ sass-embedded (1.5.0)
33
+ google-protobuf (~> 3.19)
34
+ rake (>= 10.0.0)
35
+ slim (4.1.0)
36
+ temple (>= 0.7.6, < 0.9)
37
+ tilt (>= 2.0.6, < 2.1)
38
+ temple (0.8.2)
39
+ tilt (2.0.10)
40
+ webrick (1.7.0)
41
+
42
+ PLATFORMS
43
+ x86_64-darwin-20
44
+
45
+ DEPENDENCIES
46
+ listen
47
+ rspec
48
+ sass-embedded
49
+ slim
50
+ rtram!
51
+ webrick
52
+
53
+ BUNDLED WITH
54
+ 2.3.7
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2022 rinkei
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,43 @@
1
+ # RTram
2
+
3
+ RTram is a static website generator using Slim & Sass.
4
+ It provides a server to develop static websites while converting Slim and Sass into HTML and CSS.
5
+
6
+ ## Installation
7
+
8
+ ```shell
9
+ $ gem install rtram
10
+ ```
11
+
12
+ ## Usage
13
+
14
+ Start a new website project with the following commands.
15
+
16
+ ```shell
17
+ $ rtram new mysite
18
+ $ cd mysite
19
+ ```
20
+
21
+ You can start development by starting the server with the following command.
22
+
23
+ ```shell
24
+ $ rtram s
25
+ $ open http://localhost:5000
26
+ ```
27
+
28
+ Slim and Sass to be developed, and the output HTML and CSS are located in the following directories.
29
+
30
+ ```
31
+ $ % ls -l
32
+ drwxr-xr-x 5 rinkei rinkei 160 5 22 08:56 output
33
+ drwxr-xr-x 3 rinkei rinkei 96 5 22 08:56 sass
34
+ drwxr-xr-x 3 rinkei rinkei 96 5 22 08:57 slim
35
+ ```
36
+
37
+ ## License
38
+
39
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
40
+
41
+ ## Code of Conduct
42
+
43
+ Everyone interacting in the RTram project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/rinkei/rtram/blob/master/CODE_OF_CONDUCT.md).
data/Rakefile ADDED
@@ -0,0 +1,8 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "bundler/gem_tasks"
4
+ require "rspec/core/rake_task"
5
+
6
+ RSpec::Core::RakeTask.new(:spec)
7
+
8
+ task default: :spec
data/exe/rtram ADDED
@@ -0,0 +1,12 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require 'bundler/setup'
4
+ require 'rtram/server'
5
+ require 'rtram/project'
6
+
7
+ case ARGV[0]
8
+ when 's', 'server' then
9
+ RTram::Server.start ARGV[1]
10
+ when 'new' then
11
+ RTram::Project.create ARGV[1]
12
+ end
@@ -0,0 +1,38 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "slim"
4
+ require "slim/include"
5
+ require "sass-embedded"
6
+
7
+ module RTram
8
+ module Converter
9
+ def convert(f, working_directory)
10
+ extname = File.extname(f)
11
+ if extname == '.slim'
12
+ slim2html(f, working_directory)
13
+ elsif extname == '.sass' || extname == '.scss'
14
+ sass2css(f, working_directory)
15
+ end
16
+ end
17
+
18
+ def slim2html(f, working_directory)
19
+ basename = File.basename(f, ".*")
20
+ html_name = basename + '.html'
21
+ html = Slim::Template.new(f, { pretty: true }).render
22
+ File.open("#{working_directory}/output/#{html_name}", 'w') do |f|
23
+ f.write(html)
24
+ end
25
+ end
26
+
27
+ def sass2css(f, working_directory)
28
+ basename = File.basename(f, ".*")
29
+ css_name = basename + '.css'
30
+ sass = Sass.compile(f)
31
+ File.open("#{working_directory}/output/css/#{css_name}", 'w') do |f|
32
+ f.write(sass.css)
33
+ end
34
+ end
35
+
36
+ module_function :convert, :slim2html, :sass2css
37
+ end
38
+ end
@@ -0,0 +1,53 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "rtram"
4
+ require "fileutils"
5
+
6
+ module RTram
7
+ module Project
8
+ class Error < StandardError; end
9
+
10
+ def create(project_name)
11
+ if project_name
12
+ working_directory = project_name
13
+ Dir.mkdir(working_directory) unless Dir.exist?(working_directory)
14
+ else
15
+ working_directory = './'
16
+ end
17
+
18
+ unless Dir.exist?("#{working_directory}/slim")
19
+ Dir.mkdir("#{working_directory}/slim")
20
+ FileUtils.cp("#{RTram.root}/slim/index.slim", "#{working_directory}/slim")
21
+ end
22
+
23
+ unless Dir.exist?("#{working_directory}/sass")
24
+ Dir.mkdir("#{working_directory}/sass")
25
+ FileUtils.cp("#{RTram.root}/sass/main.scss", "#{working_directory}/sass")
26
+ end
27
+
28
+ Dir.mkdir("#{working_directory}/output") unless Dir.exist?("#{working_directory}/output")
29
+ Dir.mkdir("#{working_directory}/output/css") unless Dir.exist?("#{working_directory}/output/css")
30
+ Dir.mkdir("#{working_directory}/output/image") unless Dir.exist?("#{working_directory}/output/image")
31
+ end
32
+
33
+ def valid?(project_name)
34
+ none_directories = []
35
+ none_directories << project_name unless Dir.exist?(project_name)
36
+ none_directories << "#{project_name}/slim" unless Dir.exist?("#{project_name}/slim")
37
+ none_directories << "#{project_name}/sass" unless Dir.exist?("#{project_name}/sass")
38
+ none_directories << "#{project_name}/output" unless Dir.exist?("#{project_name}/output")
39
+ none_directories << "#{project_name}/output/css" unless Dir.exist?("#{project_name}/output/css")
40
+
41
+ if none_directories.length > 0
42
+ raise Error.new <<~EOS
43
+ \nThe project does not have working directories: #{none_directories.join(', ')}.
44
+ Use `rtram new {project_name}` command to create working directories.
45
+ EOS
46
+ else
47
+ return true
48
+ end
49
+ end
50
+
51
+ module_function :create, :valid?
52
+ end
53
+ end
@@ -0,0 +1,42 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "webrick"
4
+ require "listen"
5
+ require "rtram/converter"
6
+ require "rtram/project"
7
+
8
+ module RTram
9
+ module Server
10
+ def start(working_directory)
11
+ working_directory ||= "./"
12
+
13
+ RTram::Project.valid?(working_directory)
14
+
15
+ existing_entries = Dir.glob("#{working_directory}/{slim,sass}/**/*.{slim,sass,scss}")
16
+ existing_entries.each { |f| RTram::Converter.convert(f, working_directory) }
17
+
18
+ listen_to_convert(working_directory)
19
+
20
+ srv = WEBrick::HTTPServer.new({
21
+ DocumentRoot: "#{working_directory}/output",
22
+ BindAddress: '127.0.0.1',
23
+ Port: 5000,
24
+ })
25
+ srv.start
26
+ end
27
+
28
+ def listen_to_convert(working_directory)
29
+ directories = ["#{working_directory}/slim", "#{working_directory}/sass"]
30
+
31
+ listener = Listen.to(*directories, force_polling: true) do |modified, added, removed|
32
+ modified.each { |f| RTram::Converter.convert(f, working_directory) }
33
+ added.each { |f| RTram::Converter.convert(f, working_directory) }
34
+ end
35
+
36
+ listener.start
37
+ end
38
+
39
+ module_function :start, :listen_to_convert
40
+ private_class_method :listen_to_convert
41
+ end
42
+ end
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ module RTram
4
+ VERSION = "0.3.0"
5
+ end
data/lib/rtram.rb ADDED
@@ -0,0 +1,13 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative "rtram/version"
4
+
5
+ module RTram
6
+ class Error < StandardError; end
7
+
8
+ def root
9
+ File.dirname __dir__
10
+ end
11
+
12
+ module_function :root
13
+ end
data/output/.keep ADDED
File without changes
data/output/css/.keep ADDED
File without changes
data/rtram.gemspec ADDED
@@ -0,0 +1,33 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative "lib/rtram/version"
4
+
5
+ Gem::Specification.new do |spec|
6
+ spec.name = "rtram"
7
+ spec.version = RTram::VERSION
8
+ spec.authors = ["rinkei"]
9
+ spec.email = ["kei.h.hayashi@gmail.com"]
10
+
11
+ spec.summary = "RTram is a static website generator using Slim & Sass."
12
+ spec.description = "RTram provides a server to develop static websites while converting Slim and Sass into HTML and CSS."
13
+ spec.homepage = "https://github.com/rinkei/rtram"
14
+ spec.license = "MIT"
15
+ spec.required_ruby_version = ">= 2.6.0"
16
+
17
+ spec.metadata["homepage_uri"] = spec.homepage
18
+
19
+ spec.files = Dir.chdir(File.expand_path(__dir__)) do
20
+ `git ls-files -z`.split("\x0").reject do |f|
21
+ (f == __FILE__) || f.match(%r{\A(?:(?:bin|test|spec|features)/|\.(?:git|travis|circleci)|appveyor)})
22
+ end
23
+ end
24
+ spec.bindir = "exe"
25
+ spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
26
+ spec.require_paths = ["lib"]
27
+
28
+ spec.add_development_dependency "slim"
29
+ spec.add_development_dependency "sass-embedded"
30
+ spec.add_development_dependency "webrick"
31
+ spec.add_development_dependency "listen"
32
+ spec.add_development_dependency "rspec"
33
+ end
data/sass/.keep ADDED
File without changes
data/sass/main.scss ADDED
@@ -0,0 +1,5 @@
1
+ $base: #007000;
2
+
3
+ body {
4
+ color: $base;
5
+ }
data/sig/rtram.rbs ADDED
@@ -0,0 +1,4 @@
1
+ module RTram
2
+ VERSION: String
3
+ # See the writing guide of rbs: https://github.com/ruby/rbs#guides
4
+ end
data/slim/.keep ADDED
File without changes
data/slim/index.slim ADDED
@@ -0,0 +1,14 @@
1
+ doctype html
2
+ html lang="en"
3
+ head
4
+ meta charset="utf-8"
5
+ meta name="viewport" content="width=device-width, initial-scale=1"
6
+
7
+ title RTram
8
+
9
+ link rel="stylesheet" href="/css/main.css"
10
+ body
11
+ h1 RTram
12
+
13
+ div
14
+ | Hello!
metadata ADDED
@@ -0,0 +1,137 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rtram
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.3.0
5
+ platform: ruby
6
+ authors:
7
+ - rinkei
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2022-05-23 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: slim
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: sass-embedded
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: webrick
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: listen
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: '0'
69
+ - !ruby/object:Gem::Dependency
70
+ name: rspec
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ">="
74
+ - !ruby/object:Gem::Version
75
+ version: '0'
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ version: '0'
83
+ description: RTram provides a server to develop static websites while converting Slim
84
+ and Sass into HTML and CSS.
85
+ email:
86
+ - kei.h.hayashi@gmail.com
87
+ executables:
88
+ - rtram
89
+ extensions: []
90
+ extra_rdoc_files: []
91
+ files:
92
+ - ".rspec"
93
+ - CODE_OF_CONDUCT.md
94
+ - Gemfile
95
+ - Gemfile.lock
96
+ - LICENSE.txt
97
+ - README.md
98
+ - Rakefile
99
+ - exe/rtram
100
+ - lib/rtram.rb
101
+ - lib/rtram/converter.rb
102
+ - lib/rtram/project.rb
103
+ - lib/rtram/server.rb
104
+ - lib/rtram/version.rb
105
+ - output/.keep
106
+ - output/css/.keep
107
+ - rtram.gemspec
108
+ - sass/.keep
109
+ - sass/main.scss
110
+ - sig/rtram.rbs
111
+ - slim/.keep
112
+ - slim/index.slim
113
+ homepage: https://github.com/rinkei/rtram
114
+ licenses:
115
+ - MIT
116
+ metadata:
117
+ homepage_uri: https://github.com/rinkei/rtram
118
+ post_install_message:
119
+ rdoc_options: []
120
+ require_paths:
121
+ - lib
122
+ required_ruby_version: !ruby/object:Gem::Requirement
123
+ requirements:
124
+ - - ">="
125
+ - !ruby/object:Gem::Version
126
+ version: 2.6.0
127
+ required_rubygems_version: !ruby/object:Gem::Requirement
128
+ requirements:
129
+ - - ">="
130
+ - !ruby/object:Gem::Version
131
+ version: '0'
132
+ requirements: []
133
+ rubygems_version: 3.3.7
134
+ signing_key:
135
+ specification_version: 4
136
+ summary: RTram is a static website generator using Slim & Sass.
137
+ test_files: []