Skip to content

coprl/script_presenter_plugin

 
 

Repository files navigation

Script Presenter Plugin

A COPRL presenter plugin that renders javascript

Installation

Add this line to your application's Gemfile:

gem 'script_presenter_plugin', git: 'https://github.com/coprl/script_presenter_plugin', require: false

And then execute:

$ bundle

Usage in POMs

Declare the plugin in your pom, plugin :script.

Add a script block:

script inline: <<~JAVASCRIPT
      alert( 'Hello, world!' );
JAVASCRIPT

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/coprl/script_presenter_plugin.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the COPRL project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

About

A COPRL presenter plugin that renders javascript

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 93.2%
  • HTML 6.8%