-
Notifications
You must be signed in to change notification settings - Fork 133
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
Open Mancy as management for specific node.js app #105
Comments
@timnew Added path support from process argument. Use
|
It doesnt work |
@mcendon Which command line option is not working? I'll try to set up and test it. |
Hi @princejwesley , no one is working... i've try -h, --help, --debug, and others and nothing happens, only the mancy gui is showed... Maybe you can try with the --help or -h command option first to test it SO: Linux 4.4.0-21-generic #37-Ubuntu SMP Mon Apr 18 18:33:37 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux |
@mcendon Very sorry. I'll fix this issue. Here is an ugly work around: (ignore the first option)
|
@princejwesley thank you!!! , it works now :) can you please see this? #124 |
I have looking for solution in node.js world as Rails Console in Ruby on Rails world.
In some time, we might want to do some temporary diagnosis or management task for node app(such as express web server that connected to db/redis other resources)
In this scenario, I want to run some snippet based on my app logic.
Such as instantiating a business model with some hand-writing values and then saving it into database.
I tried to do it in node.js REPL, but so far, it isn't a fancy experience at all.
Then I found Mancy could be an excellent candidate for this kind of scenario.
The only requirement is that I can require modules and files from specific folder, and start mancy from terminal:
e.g.
I wish to launch Mancy in this way:
> mancy path/to/my/cool/app
After Mancy started, I wish to run following code:
The text was updated successfully, but these errors were encountered: