You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm building a gem and i'd like to use bones via its ruby API to implement some features. My goal is build a pry-plugin_kit plugin for the Pry REPL. To that end, i'd like the user to be able to type pry --build_plugin my_plugin and it'll use a bones template stored in the gem's directory.
Currently if i want this functionality, i have to get the user to manually copy the bones skeleton to their ~/.mrbones/ directory, right? It woudl be much nicer if i could just tell the bones gem to create a project from a skeleton stored in a directory of my choosing, and nicer still if i could do that without shelling out :P Anyway, let me know what u think.
thanks
The text was updated successfully, but these errors were encountered:
Hi,
I'm building a gem and i'd like to use
bones
via its ruby API to implement some features. My goal is build apry-plugin_kit
plugin for the Pry REPL. To that end, i'd like the user to be able to typepry --build_plugin my_plugin
and it'll use a bones template stored in the gem's directory.Currently if i want this functionality, i have to get the user to manually copy the bones skeleton to their
~/.mrbones/
directory, right? It woudl be much nicer if i could just tell the bones gem to create a project from a skeleton stored in a directory of my choosing, and nicer still if i could do that without shelling out :P Anyway, let me know what u think.thanks
The text was updated successfully, but these errors were encountered: