Sha256: 827ecd036ca01c5b11cee48f5367847f934c46b7e0a82f963e31ea8fa9b15335

Contents?: true

Size: 934 Bytes

Versions: 2

Compression:

Stored size: 934 Bytes

Contents

This command is used to generate a new provider.

It generates some basic files to get you started on creating your own provider.

NOTE: This command, in an attempt to keep provider names consistent, will prepend 'taskmapper-' to the given provider name. You can cancel this by prepending a _ before your provider name, which will be removed if found.

If you have not created a gem directory or skeleton and want to use Jeweler (http://github.com/technicalpickles/jeweler) you can execute:

  $ tm generate myprovider --jeweler [JEWELER ARGS]

And it will create your whole directory and skeleton using jeweler.

If you like the old "classic" gem creation process or are using some other gem processor, you can create the directory to store your files, cd into it and run this command to put the skeleton files inside the directory's lib/.

Example:
  mkdir myprovider myprovider/lib
  cd myprovider
  [...]
  tm generate myprovider

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
taskmapper-0.8.1 lib/taskmapper/cli/commands/help/generate
taskmapper-0.8.0 lib/taskmapper/cli/commands/help/generate