Hacker News new | past | comments | ask | show | jobs | submit login

So how do you run this? I just see a bunch of javascript files.



Install NodeJS and run `npx pokemonsay`


You need to have Node.js installed - https://nodejs.org

After that, then it seems like you can execute `node dist/cli.js` for it. So just pipe to that.


If you want to run it from source then clone it and run `npm run start` which will run `npm run build && node ./dist/cli.js` for you (see the scripts entry in the package.json)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: