1.0.1 • Published 7 years ago

bolt-internal-setup v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

bolt-internal-setup

Internal Bolt module used to get the tasks to be run during Bolt setup phase.

Installation

$ npm install bolt-internal-setup

Use

var setup  = require('bolt-internal-setup')

var steps = setup.getSteps();

Note

This is an internal module and should not be used in 3rd party apps.