7.0.0 • Published 3 years ago
@infoprojects/decaf v7.0.0
@infoprojects/decaf
Decaf a la InfoProjects - Opinionated decaf with ESLint
Usage
npx @infoprojects/decaf [--dest] [GLOB]--dest: Argument to fine-tune gulp dest and gulp base. Probably don't need to change this. Default:.GLOB: Array of globs for gulp. Default is**/coffee/*.coffee.
Basically: When running decaf without arguments all .coffee files in all coffee-directories are converted to their .js equivalent to a directory js next to coffee:
my-project/coffee/file.coffee -> my-project/js/file.js
NPX:
npx @infoprojects/decafYarn global:
yarn global add @infoprojects/decafUse with decaf
NPM global:
npm install --global @infoprojects/decafUse with decaf
decaf default glob is **/coffee/*.coffee,