marmerdo 0.0.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: 5a85efc4c3e7d9abe175ad1ae273f069b58c0408484290794a3e48d710ab9b2c
4
+ data.tar.gz: 0fe01c14fb23b07262b6263b3199efa10418a866b09a1e5ca7626d0381b644b4
5
+ SHA512:
6
+ metadata.gz: 54e4fa9d7fdc2c383b74030f1a268ad9674fa8cd2182078e7878856665857a7c0a332b557d62980a8de9a17e251a96a8d7dae204b8122af9a7f9952830a561ad
7
+ data.tar.gz: 0ab9af832c42fee5f0847195ce57595a171e257e8fd22505f46125531c64032c43ff3b1e189882ba2d6d7de0d8223e16aa5c2a24078816ddef22ab58523ddf42
data/.rspec ADDED
@@ -0,0 +1,3 @@
1
+ --format documentation
2
+ --color
3
+ --require spec_helper
data/.rubocop.yml ADDED
@@ -0,0 +1,31 @@
1
+ AllCops:
2
+ TargetRubyVersion: 2.6
3
+
4
+ Style/StringLiterals:
5
+ Enabled: true
6
+ EnforcedStyle: double_quotes
7
+
8
+ Style/StringLiteralsInInterpolation:
9
+ Enabled: true
10
+ EnforcedStyle: double_quotes
11
+
12
+ Style/Documentation:
13
+ Enabled: false
14
+
15
+ Style/FrozenStringLiteralComment:
16
+ Enabled: false
17
+
18
+ Metrics/CyclomaticComplexity:
19
+ Enabled: false
20
+
21
+ Metrics/BlockLength:
22
+ Enabled: false
23
+
24
+ Metrics/MethodLength:
25
+ Enabled: false
26
+
27
+ Metrics/AbcSize:
28
+ Enabled: false
29
+
30
+ Layout/LineLength:
31
+ Max: 120
data/.ruby-version ADDED
@@ -0,0 +1 @@
1
+ 3.2.2
data/CHANGELOG.md ADDED
@@ -0,0 +1 @@
1
+ ## [Unreleased]
@@ -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 TODO: Write your email address. 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/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2023 TODO: Write your name
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,37 @@
1
+ # Marmerdo
2
+
3
+ <span style="color:red;">Mar</span>kdown to <span style="color:green;">Mer</span>maid <span style="color:blue;">Do</span>main diagram
4
+
5
+ ## Installation
6
+
7
+ TODO: Replace `UPDATE_WITH_YOUR_GEM_NAME_PRIOR_TO_RELEASE_TO_RUBYGEMS_ORG` with your gem name right after releasing it to RubyGems.org. Please do not do it earlier due to security reasons. Alternatively, replace this section with instructions to install your gem from git if you don't plan to release to RubyGems.org.
8
+
9
+ Install the gem and add to the application's Gemfile by executing:
10
+
11
+ $ bundle add UPDATE_WITH_YOUR_GEM_NAME_PRIOR_TO_RELEASE_TO_RUBYGEMS_ORG
12
+
13
+ If bundler is not being used to manage dependencies, install the gem by executing:
14
+
15
+ $ gem install UPDATE_WITH_YOUR_GEM_NAME_PRIOR_TO_RELEASE_TO_RUBYGEMS_ORG
16
+
17
+ ## Usage
18
+
19
+ TODO: Write usage instructions here
20
+
21
+ ## Development
22
+
23
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
24
+
25
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
26
+
27
+ ## Contributing
28
+
29
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/marmerdo. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/[USERNAME]/marmerdo/blob/main/CODE_OF_CONDUCT.md).
30
+
31
+ ## License
32
+
33
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
34
+
35
+ ## Code of Conduct
36
+
37
+ Everyone interacting in the Marmerdo project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/marmerdo/blob/main/CODE_OF_CONDUCT.md).
data/Rakefile ADDED
@@ -0,0 +1,12 @@
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
+ require "rubocop/rake_task"
9
+
10
+ RuboCop::RakeTask.new
11
+
12
+ task default: %i[spec rubocop]
data/exe/marmerdo ADDED
@@ -0,0 +1,5 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "marmerdo"
4
+
5
+ Marmerdo::Cli.start(ARGV)
@@ -0,0 +1,10 @@
1
+ require "thor"
2
+
3
+ module Marmerdo
4
+ class Cli < Thor
5
+ desc "generate", "Generate domain diagram from markdown docs."
6
+ def generate
7
+ puts "Hello World!"
8
+ end
9
+ end
10
+ end
@@ -0,0 +1,30 @@
1
+ module Marmerdo
2
+ class DomainDiagramGenerator
3
+ def initialize(nodes)
4
+ @nodes = nodes
5
+ end
6
+
7
+ # @return [String] mermaid class diagram
8
+ def generate
9
+ classes = @nodes.map(&:to_mermaid_line)
10
+
11
+ relationships = @nodes.flat_map do |node|
12
+ node.relationships.map do |relationship|
13
+ relationship.to_mermaid_line(node.name)
14
+ end
15
+ end
16
+
17
+ [
18
+ "classDiagram",
19
+ classes,
20
+ relationships
21
+ ].flatten.join("\n")
22
+ end
23
+
24
+ private
25
+
26
+ def nodes_by_name
27
+ @nodes_by_name ||= @nodes.group_by(&:name)
28
+ end
29
+ end
30
+ end
@@ -0,0 +1,33 @@
1
+ require "front_matter_parser"
2
+ require_relative "node"
3
+ require_relative "relationship"
4
+
5
+ module Marmerdo
6
+ class MarkdownParser
7
+ def initialize(name, content)
8
+ @name = name
9
+ @content = content
10
+ end
11
+
12
+ # @return [Node]
13
+ def parse
14
+ Node.new(
15
+ name: front_matter["name"] || @name,
16
+ namespace: front_matter["namespace"],
17
+ relationships: relationships
18
+ )
19
+ end
20
+
21
+ private
22
+
23
+ def front_matter
24
+ @front_matter ||= FrontMatterParser::Parser.new(:md).call(@content).front_matter
25
+ end
26
+
27
+ def relationships
28
+ @relationships ||= front_matter.filter { |k, _| Relationship::TYPES.include?(k.to_sym) }.map do |type, to|
29
+ Relationship.new(type: type, to: to)
30
+ end
31
+ end
32
+ end
33
+ end
@@ -0,0 +1,19 @@
1
+ module Marmerdo
2
+ class Node
3
+ # @return [Symbol, nil]
4
+ attr_reader :name
5
+ # @return [Symbol, nil]
6
+ attr_reader :namespace
7
+ attr_accessor :relationships
8
+
9
+ def initialize(name:, namespace:, relationships:)
10
+ @name = name&.to_sym
11
+ @namespace = namespace&.to_sym
12
+ @relationships = relationships
13
+ end
14
+
15
+ def to_mermaid_line
16
+ "class #{name}"
17
+ end
18
+ end
19
+ end
@@ -0,0 +1,55 @@
1
+ module Marmerdo
2
+ class Relationship
3
+ class UnknownRelationshipType < Error; end
4
+
5
+ TYPES = %i[
6
+ inheritance
7
+ composition
8
+ aggregation
9
+ association
10
+ link_solid
11
+ dependency
12
+ realization
13
+ link_dashed
14
+ ].freeze
15
+
16
+ # https://mermaid.js.org/syntax/classDiagram.html#defining-relationship
17
+ # @return [Symbol]
18
+ attr_reader :type
19
+
20
+ # @return [Symbol]
21
+ attr_reader :to
22
+
23
+ def self.valid_type?(type)
24
+ TYPES.include?(type.to_sym)
25
+ end
26
+
27
+ def initialize(type:, to:)
28
+ @type = type.to_sym
29
+ @to = to.to_sym
30
+ end
31
+
32
+ def to_mermaid_line(from)
33
+ case type
34
+ when :inheritance
35
+ "#{to} <|-- #{from}"
36
+ when :composition
37
+ "#{to} *-- #{from}"
38
+ when :aggregation
39
+ "#{to} o-- #{from}"
40
+ when :association
41
+ "#{from} --> #{to}"
42
+ when :link_solid
43
+ "#{from} -- #{to}"
44
+ when :dependency
45
+ "#{from} ..> #{to}"
46
+ when :realization
47
+ "#{from} ..|> #{to}"
48
+ when :link_dashed
49
+ "#{from} .. #{to}"
50
+ else
51
+ raise UnknownRelationshipType
52
+ end
53
+ end
54
+ end
55
+ end
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Marmerdo
4
+ VERSION = "0.0.0"
5
+ end
data/lib/marmerdo.rb ADDED
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative "marmerdo/version"
4
+ require_relative "marmerdo/cli"
5
+
6
+ module Marmerdo
7
+ class Error < StandardError; end
8
+ # Your code goes here...
9
+ end
data/marmerdo.gemspec ADDED
@@ -0,0 +1,39 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative "lib/marmerdo/version"
4
+
5
+ Gem::Specification.new do |spec|
6
+ spec.name = "marmerdo"
7
+ spec.version = Marmerdo::VERSION
8
+ spec.authors = ["sijiaoh"]
9
+ spec.email = ["sijiaoh@outlook.com"]
10
+
11
+ spec.summary = "Generate domain diagram from markdown docs."
12
+ spec.homepage = "https://github.com/sijiaoh/marmerdo"
13
+ spec.license = "MIT"
14
+ spec.required_ruby_version = ">= 2.6.0"
15
+
16
+ spec.metadata["homepage_uri"] = spec.homepage
17
+ spec.metadata["source_code_uri"] = "https://github.com/sijiaoh/marmerdo"
18
+ spec.metadata["changelog_uri"] = "https://github.com/sijiaoh/marmerdo/blob/main/CHANGELOG.md"
19
+
20
+ # Specify which files should be added to the gem when it is released.
21
+ # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
22
+ spec.files = Dir.chdir(__dir__) do
23
+ `git ls-files -z`.split("\x0").reject do |f|
24
+ (File.expand_path(f) == __FILE__) ||
25
+ f.start_with?(*%w[bin/ test/ spec/ features/ .git .circleci appveyor Gemfile])
26
+ end
27
+ end
28
+ spec.bindir = "exe"
29
+ spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
30
+ spec.require_paths = ["lib"]
31
+
32
+ # Uncomment to register a new dependency of your gem
33
+ # spec.add_dependency "example-gem", "~> 1.0"
34
+ spec.add_dependency "front_matter_parser"
35
+ spec.add_dependency "thor"
36
+
37
+ # For more information and examples about making a new gem, check out our
38
+ # guide at: https://bundler.io/guides/creating_gem.html
39
+ end
data/sig/marmerdo.rbs ADDED
@@ -0,0 +1,4 @@
1
+ module Marmerdo
2
+ VERSION: String
3
+ # See the writing guide of rbs: https://github.com/ruby/rbs#guides
4
+ end
metadata ADDED
@@ -0,0 +1,93 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: marmerdo
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - sijiaoh
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2023-12-17 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: front_matter_parser
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
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: thor
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ description:
42
+ email:
43
+ - sijiaoh@outlook.com
44
+ executables:
45
+ - marmerdo
46
+ extensions: []
47
+ extra_rdoc_files: []
48
+ files:
49
+ - ".rspec"
50
+ - ".rubocop.yml"
51
+ - ".ruby-version"
52
+ - CHANGELOG.md
53
+ - CODE_OF_CONDUCT.md
54
+ - LICENSE.txt
55
+ - README.md
56
+ - Rakefile
57
+ - exe/marmerdo
58
+ - lib/marmerdo.rb
59
+ - lib/marmerdo/cli.rb
60
+ - lib/marmerdo/domain_diagram_generator.rb
61
+ - lib/marmerdo/markdown_parser.rb
62
+ - lib/marmerdo/node.rb
63
+ - lib/marmerdo/relationship.rb
64
+ - lib/marmerdo/version.rb
65
+ - marmerdo.gemspec
66
+ - sig/marmerdo.rbs
67
+ homepage: https://github.com/sijiaoh/marmerdo
68
+ licenses:
69
+ - MIT
70
+ metadata:
71
+ homepage_uri: https://github.com/sijiaoh/marmerdo
72
+ source_code_uri: https://github.com/sijiaoh/marmerdo
73
+ changelog_uri: https://github.com/sijiaoh/marmerdo/blob/main/CHANGELOG.md
74
+ post_install_message:
75
+ rdoc_options: []
76
+ require_paths:
77
+ - lib
78
+ required_ruby_version: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ version: 2.6.0
83
+ required_rubygems_version: !ruby/object:Gem::Requirement
84
+ requirements:
85
+ - - ">="
86
+ - !ruby/object:Gem::Version
87
+ version: '0'
88
+ requirements: []
89
+ rubygems_version: 3.4.10
90
+ signing_key:
91
+ specification_version: 4
92
+ summary: Generate domain diagram from markdown docs.
93
+ test_files: []