Create scripts for all binary commands (generate, generateAction, etc)
See original GitHub issueOnce we do this, we can update the install instructions to be npm run-script actionHero generate
which is a little cleaner
Issue Analytics
- State:
- Created 10 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Run a command on binary files with this script | Opensource.com
Try this simple script to easily run a command on binary files ... This will run the ps2ascii script on all of the...
Read more >Shell Scripting - Creating a Binary file - GeeksforGeeks
Most of the commands are in the binary format resides under /bin, /sbin, /usr/bin, /usr/sbin, /usr/local/bin, etc directories.
Read more >How do I create a script file for terminal commands?
There are two methods. First, the most common is to write a file, make sure the first line is #!/bin/bash. Then save the...
Read more >Passing flags and arguments into run-script #3494 - GitHub
At the moment, there's really no way to pass arguments to scripts ... Create scripts for all binary commands (generate, generateAction, etc) ...
Read more >Makefiles and Compile Scripts
Regardless of the shell you're running to interpret your console commands, the tradition in COMP40 is to write compile scripts using the /bin/sh...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Might not be possible until this: https://github.com/isaacs/npm/issues/3494 Alternatively, we can suggest to users that they do a global
npm install -g
install. This is what Sails does.ahh! That`s a good idea. Please submit a PR!
As a note, I think that the binary global/local passthrough is a good idea, but not really related to this issue.