Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.
/ onboard Public archive

Checks, downloads, verifies, adds, and commits Drupal contrib modules.

License

Notifications You must be signed in to change notification settings

nhoag/onboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Onboard

Build Status

Checks, downloads, verifies, adds, and commits Drupal contrib modules.

Installation

Add this line to your application's Gemfile:

gem 'onboard'

And then execute:

$ bundle

Or install it yourself as:

$ gem install onboard

Usage

COMMANDS:

Commands:
  onboard help [COMMAND]                                   # Describe available commands or one specific command
  onboard lift CODEBASE (coming soon)                      # add lift to CODEBASE
  onboard projects CODEBASE -d, --destination=DESTINATION  # add projects to CODEBASE
  onboard update CODEBASE (coming soon)                    # update projects in CODEBASE

PROJECTS:

Usage:
  onboard projects CODEBASE -d, --destination=DESTINATION

Options:
  -c, [--commit=COMMIT]           # Specify commit object for Git source
  -D, [--delete=DELETE]           # Delete existing projects
  -d, --destination=DESTINATION   # Specify project destination relative to CODEBASE
  -f, [--force=FORCE]             # Force add projects (even if already present)
  -n, [--no=NO]                   # Assume "no" for all prompts
  -p, [--projects=one two three]  # Pass a list of projects
      [--vc], [--no-vc]           # Enable/Disable version control handling
                                  # Default: true
  -y, [--yes=YES]                 # Assume "yes" for all prompts

Description:
  `onboard projects` performs multiple tasks when installing contrib projects:

  * Checks for each project in the CODEBASE

  * Reports patched projects

  * Downloads the latest/stablest version of each project

  * Adds and commits each project

Contributing

  1. Fork it ( https://github.com/[my-github-username]/onboard/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

About

Checks, downloads, verifies, adds, and commits Drupal contrib modules.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages