Skip to content

Quickly build out the files needed for a gem, potentially stored in a Gist (MicroGem)

Notifications You must be signed in to change notification settings

tjh/micro-cutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Micro Cutter


Create the base files needed for a micro gem (potentially stored in a gist).

Usage

Call the executable, passing a camel cased class name:

micro-cutter ActsAsBoolean

This creates boilerplate files (overwriting any already there):

  • README.md
  • acts_as_boolean.gemspec
  • acts_as_boolean.rb
  • acts_as_boolean_spec.rb

Using a Gist to store your MicroGem

Head to gist.github.com and create a gist:

  • Give it a good name
  • Set the filename to README.md
  • Add some dummy content
  • Click "Create Public Gist" (or private if you have trouble sharing)

Update the gist from your new MicroGem:

git clone [email protected]:YOUR_GIST_ID.git YOUR_DESIRED_FOLDER_NAME
cd YOUR_DESIRED_FOLDER_NAME
micro-cutter YourClassName
git add .
git commit -v
git push origin master

Credits

About

Quickly build out the files needed for a gem, potentially stored in a Gist (MicroGem)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages