davidmarkclements / 0x

🔥 single-command flamegraph profiling 🔥

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is 0x filename.js similar to npm start filename.js ?

gtzinos opened this issue · comments

I do not think so. It's not exactly clear what you would like to achieve either. Can you please clarify you question?

Hello @mcollina, in my case I have a project which I deploy it with command "npm start index.js".

What command do I have to use in your library to run like 'npm start '? Is 0x index.js enough?

What have you got in package.json regarding the start  script?

I have the npm start command

You have to run node cmd.js index.js. That is likely what you want.

thanks a lot!