Sha256: 779bae8d4b3382b35ee4bae6ca77e8c069936028bec2eac465290a431aea1ddf
Contents?: true
Size: 390 Bytes
Versions: 1
Compression:
Stored size: 390 Bytes
Contents
# frozen_string_literal: true require_relative "phlex_custom_element_generator/version" require_relative "phlex_custom_element_generator/cli.rb" require_relative "phlex_custom_element_generator/component_generator.rb" require_relative "phlex_custom_element_generator/manifest_reader.rb" module PhlexCustomElementGenerator class Error < StandardError; end # Your code goes here... end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
phlex_custom_element_generator-0.1.0 | lib/phlex_custom_element_generator.rb |