Skip to content

apeiros/gem-new

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GEM NEW

Summary

Create new gems easily

Quick Install & Usage

  1. gem install gem-new
  2. gem new my_new_gems_name
  3. Profit!

See gem help new for more information (only available after you installed the gem-new gem).

Description

Gem-new is a gem command plugin that allows you to easily create a new gem. To facilitate gem creation, it relies on directory templates. You can create your own templates and let a template use other templates. For example you could have a 'rails-plugin' template, which includes a 'git-repository', 'rspec', 'ruby-lib' and 'yard' template. This way you can modularly build up your templates and quickly create matching directory structures.

Executable

Use gem help new for information on how to use the gem-new executable.

Known Bugs and Issues

Go to https://github.com/apeiros/gem-new/issues

About

Gem plugin to create new gems

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages