UNPKG

jetup

Version:

Jetup: JavaScript Project Setup! Jetting-up your next JS project in seconds with one command, using fully modular, customizable presets, instantly ready to code!.

10 lines (9 loc) 241 B
export * from './eslint'; export * from './husky'; export * from './jest'; export * from './lint-staged'; export * from './package'; export * from './prettier'; export * from './project'; export * from './src'; export * from './typescript';