UNPKG

@ts.adligo.org/slink

Version:

This is a simple Type Script Application that will create symbolic links from webpack config files with links created by webpack-link inside of your source folder, which improves speed of changing upstream Javascript or Typescript in a multiple project sy

14 lines (11 loc) 293 B
const LifecycleCmd = require('../lifecycle-cmd.js') // This ends up calling run(['start', ...args]) class Start extends LifecycleCmd { static description = 'Start a package' static name = 'start' static params = [ 'ignore-scripts', 'script-shell', ] } module.exports = Start