run beside babel-node
Hi, I couldn't find any option for transpilers, I need to run rawkit along with babel-node and although nodemon. So this is my script I run in my project, i appreciated if you can help me for running rawkit in my project.
"scripts": {
"develop": "NODE_ENV=development nodemon ./bin/server --ignore ./app --exec babel-node",
}
Hey @snhasani! I'll look into this in the afternoon and see if I can add in some feature to work with nodemon or similar projects. If you have any suggestions on how you'd like that support implemented, I'm all ears (maybe under a --nodemon flag or something)
@darcyclarke I think we need a parameter like nodemon --exec parameter. it can be a transpiler or a tools like nodemon.
@darcyclarke it would be awesome if the rawkit could detect an existing https://github.com/remy/nodemon/blob/master/doc/sample-nodemon.md and use the execMap.js to run the process.