@infoprojects/decaf
v7.0.0
Published
Decaf a la InfoProjects
Downloads
3
Readme
@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/decaf
Yarn global:
yarn global add @infoprojects/decaf
Use with decaf
NPM global:
npm install --global @infoprojects/decaf
Use with decaf
decaf
default glob is **/coffee/*.coffee
,