Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 822 Bytes

lift.md

File metadata and controls

32 lines (21 loc) · 822 Bytes

lift

function that takes results from a JavaScript sub-scaffolder and applies the necessary changes to an existing project

Table of Contents

Arguments

Takes a single options object as an argument, containing:

projectRoot string (required)

path to the root of the project

vcs object (required)

  • host string (required) VCS hosting service
  • owner string (required) account name on the host service for the repository
  • name string (required) repository name

results object (required)

results from sub-scaffolder