Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run beside babel-node #36

Open
snhasani opened this issue Aug 9, 2017 · 3 comments
Open

run beside babel-node #36

snhasani opened this issue Aug 9, 2017 · 3 comments
Assignees

Comments

@snhasani
Copy link

snhasani commented Aug 9, 2017

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",
}
@darcyclarke
Copy link
Owner

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)

@snhasani
Copy link
Author

snhasani commented Aug 10, 2017

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

@capaj
Copy link

capaj commented Aug 12, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants