UNPKG

planify

Version:

Plan a series of steps and display the output in a beautiful way

10 lines (6 loc) 119 B
'use strict'; const planify = require('../../'); function build() { return planify(); } module.exports = build;