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
So we can get a badge of current build status (if people want could report to the rex irc channel too). And can see the build state on each commit.
Something like this from the top of my head.
// VM init apt-get install nodejs // is npm installed with this on linux or needs another package? npm install -g bower grunt-cli
// build git clone npm install && bower install --allow-root grunt build grunt doc
Add status badge to readme.md
readme.md
The text was updated successfully, but these errors were encountered:
No branches or pull requests
So we can get a badge of current build status (if people want could report to the rex irc channel too). And can see the build state on each commit.
Something like this from the top of my head.
Add status badge to
readme.md
The text was updated successfully, but these errors were encountered: