Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

put_rake

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

put_rake

  • 0.1.9
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

[[https://badge.fury.io/rb/put_rake.svg]]

  • PutRake :PROPERTIES: :CUSTOM_ID: putrake :END: Put a template of Rakefile for the specific tasks on the local directory

** Installation Install the gem and add to the application's Gemfile by executing:

#+begin_example $ bundle add put_rake #+end_example

If bundler is not being used to manage dependencies, install the gem by executing:

#+begin_example $ gem install put_rake #+end_example

** Usage #+begin_src bash put_rake commands: put_rake add PATH # add Rakefile template PATH put_rake for [EXT] # put Rakefile for [EXT] put_rake help [COMMAND] # Describe available commands or one specific command put_rake list # list available Rakefiles put_rake path # show Rakefile template path put_rake version # show version #+end_src

Put a Rakefile [for] a specific tasks. The default templates are located on the install directory of libs, #+begin_src bash

put_rake path

  • Rakefile template paths /Users/hoge/.rbenv/versions/3.0.2/lib/ruby/gems/3.0.0/gems/put_rake-0.1.3/lib/templates #+end_src and the additionals can be located any path which is specified by the following command: #+begin_src bash put_rake add /Users/hoge/bin/Rakefiles #+end_src

Happy Ruby.

** Development :PROPERTIES: :CUSTOM_ID: development :END:

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 [[https://rubygems.org][rubygems.org]].

** Contributing :PROPERTIES: :CUSTOM_ID: contributing :END: Bug reports and pull requests are welcome on GitHub at https://github.com/daddygongon/put_rake. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [[https://github.com/%5BUSERNAME%5D/put_rake/blob/main/CODE_OF_CONDUCT.md][code of conduct]].

** License :PROPERTIES: :CUSTOM_ID: license :END: The gem is available as open source under the terms of the [[https://opensource.org/licenses/MIT][MIT License]].

** Code of Conduct :PROPERTIES: :CUSTOM_ID: code-of-conduct :END: Everyone interacting in the PutRake project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [[https://github.com/%5BUSERNAME%5D/put_rake/blob/main/CODE_OF_CONDUCT.md][code of conduct]].

FAQs

Package last updated on 09 Nov 2024

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc