We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Interested in a PR to add command line support? mmaelzer@678411b
Allows index.js to be called like
index.js
node index.js #fff // rgb(255,255,255)
or if you chmod +x the index.js file...
chmod +x
./index.js #fff // rgb(255,255,255)
The text was updated successfully, but these errors were encountered:
I think bin/rgb would be better suited for the purpose than embedding it in the main.
Sorry, something went wrong.
That's reasonable. Would you accept mmaelzer@b996165?
Looks good, can you -x index.js and send a pull req?
Ty!
No branches or pull requests
Interested in a PR to add command line support? mmaelzer@678411b
Allows
index.js
to be called likeor if you
chmod +x
theindex.js
file...The text was updated successfully, but these errors were encountered: