rawkit icon indicating copy to clipboard operation
rawkit copied to clipboard

run beside babel-node

Open snhasani opened this issue 8 years ago • 3 comments

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",
}

snhasani avatar Aug 09 '17 15:08 snhasani

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 avatar Aug 09 '17 16:08 darcyclarke

@darcyclarke I think we need a parameter like nodemon --exec parameter. it can be a transpiler or a tools like nodemon.

snhasani avatar Aug 10 '17 14:08 snhasani

@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.

capaj avatar Aug 12 '17 22:08 capaj