UNPKG

@gobstones/gobstones-scripts

Version:

Scripts to abstract away build configuration of Gobstones Project's libraries and modules.

35 lines 909 B
/** * This module provides tasks that can be imported and used * in your personal nps files. * * @module Tasks * @author Alan Rodas Bonjour <alanrodas@gmail.com> */ export * from './changelog'; export * from './chmod'; export * from './concurrently'; export * from './copy'; export * from './echo'; export * from './eslint'; export * from './ifUnix'; export * from './ifWindows'; export * from './jest'; export * from './license'; export * from './move'; export * from './node'; export * from './nps'; export * from './npx'; export * from './prettify'; export * from './remove'; export * from './replace'; export * from './rollup'; export * from './runBin'; export * from './serially'; export * from './serve'; export * from './shellEscape'; export * from './storybook'; export * from './tsc'; export * from './tsx'; export * from './typedoc'; export * from './vite'; //# sourceMappingURL=index.d.ts.map