question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Create scripts for all binary commands (generate, generateAction, etc)

See original GitHub issue

Once we do this, we can update the install instructions to be npm run-script actionHero generate which is a little cleaner

Issue Analytics

  • State:closed
  • Created 10 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
evantahlercommented, Jun 19, 2013

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.

0reactions
evantahlercommented, Jan 5, 2015

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found