drewnoakes / fix-decoder

Unravels FIX messages into human readable tables
https://drewnoakes.com/fix-decoder/
80 stars 34 forks source link

Use a package manager (yarn) and a build system (gulp) #15

Closed ghost closed 7 years ago

ghost commented 7 years ago

Hi Drew,

In order to remove the dependencies from the git repository, I made the change to use a package manager (yarn), and also a build system to create a 'ready to use' directory.

To get all the dependencies into node_modules: yarn install To create the 'dist' directory ready to use: gulp

Please let me know if you need any modification to be done.

Best regards, LRGN

drewnoakes commented 7 years ago

Great stuff.