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

6 lines (5 loc) 145 B
if (require.main === module) { require('./lib/cli.js')(process) } else { throw new Error('The programmatic API was removed in npm v8.0.0') }