BeastCode / VSCode-Angular-TypeScript-Snippets

Visual Studio Code TypeScript snippets (TypeScript, Html, Angular Material, Flex Layout, ngRx, RxJS & Testing) for Angular 17
https://marketplace.visualstudio.com/items?itemName=Mikael.Angular-BeastCode
MIT License
92 stars 49 forks source link

Cant build fork #57

Open mackelito opened 7 years ago

mackelito commented 7 years ago

Wanted to run this locally but cant build using "npm run build". Perhaps dev dependencies could be added? (or at least add something in the readme?)

edit: This issue is not really a bug... just brew install jq and all is good.. it was just from a docs/readme point of view) :)

BeastCode commented 7 years ago

@cgatian FYI

cgatian commented 7 years ago

@BeastCode Im Windows based, and the build scripts look like they rely on Unix commands. The only cross platform way I'm familiar with is converting these into gulp tasks. Is this OK? Thoughts?