![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Write mobile app configuration files based on a W3C Widget compliant
config.xml
file
gem install confetti
$ confetti generate android_manifest
or, from Ruby
require "confetti"
c_whatever = Confetti::Config.new "/some/dir/config.xml"
c_whatever.write_android_manifest "/some/dir/AndroidManifest.xml"
Supported outputs right now: android_manifest
, android_strings
, webos_appinfo
, ios_info
, symbian_wrt_info
, blackberry_widgets_config
Let's say you want write a nintendo_ds_config
generator:
features/nintendo.feature
nintendo_ds_config
NintendoDSConfig.xml
rake features
to verify that it failsspec/fixtures
nintendo_ds_config_expected.xml
spec/templates
cp android_manifest_spec.rb nintendo_ds_config_spec.rb
rake spec
to verify that they faillib/confetti/templates/nintendo_ds_config.rb
Confetti::Template::NintendoDsConfig < Base
lib/confetti/templates
nintendo_ds_config.mustache
rake spec
to ensure everything was set up correctlyspec/config_spec.rb
describe config generation
block
it_should_have_generate_and_write_methods_for :nintendo_ds_config
rake spec
, see them failgenerate_and_write
call
generate_and_write ... :nintendo_ds_config
rake spec
againfeature/nintendo.feature
FAQs
Unknown package
We found that confetti demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.