eventuate-clients / eventuate-client-nodejs

Other
4 stars 3 forks source link

Makefile or package.json? #23

Closed cer closed 8 years ago

cer commented 8 years ago

Commands are in two places:

It probably makes sense for commands to be in one place? Perhaps makefile?

dartvandru commented 8 years ago

I would use package.json since it is native for Node.js.

cer commented 8 years ago

Sounds reasonable.

On Mon, Nov 21, 2016 at 5:37 AM, Valentin Andruschenko < notifications@github.com> wrote:

I would use package.json since it is native for Node.js.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/eventuateinc/eventuate-nodejs-client/issues/23#issuecomment-261940427, or mute the thread https://github.com/notifications/unsubscribe-auth/AAPB2t05rTxXWfDL21fUOoLAmQVle5R_ks5rAZ6cgaJpZM4K3BJ5 .

Learn microservices - http://learnmicroservices.io Microservices application platform http://eventuate.io

dartvandru commented 8 years ago

Resolved with: https://github.com/eventuateinc/eventuate-nodejs-client/pull/35