Security News
Opengrep Emerges as Open Source Alternative Amid Semgrep Licensing Controversy
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
bootstrap-tour
Advanced tools
Quick and easy way to build your product tours with Bootstrap Popovers.
Quick and easy way to build your product tours with Bootstrap Popovers.
Compatible with Bootstrap >= 2.3.0
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Gulp.
Feel free to contribute with pull requests, bug reports or enhancement suggestions.
We use Gulp and Jasmine. Both make your life easier ;)
Files to be developed are located under ./src/
.
Compiled sources are then automatically put under ./build/
, ./test/
and ./docs/
.
To begin, you need a few standard dependencies installed. These commands will install ruby, gem, node, npm, and grunt's command line runner:
$ sudo apt-get install ruby
$ sudo apt-get install ruby-dev
$ sudo apt-get install npm
$ sudo apt-get install nodejs-legacy
ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
\curl -L https://get.rvm.io | bash
rvm install ruby-2.1.1
brew install node
$ npm install -g gulp
$ npm install
$ gem install jekyll
For Mac OS X Mavericks (10.9) users: You will need to jump through all these hoops before you can install Jekyll.
Run gulp and start to develop with ease:
$ gulp
$ gulp dist
$ gulp test
$ gulp docs
$ gulp clean
$ gulp server
$ gulp bump --type minor (major.minor.patch)
Check gulpfile.coffee
to know more.
Code licensed under the Apache License v2.0. Documentation licensed under CC BY 3.0.
FAQs
Quick and easy way to build your product tours with Bootstrap Popovers.
The npm package bootstrap-tour receives a total of 2,578 weekly downloads. As such, bootstrap-tour popularity was classified as popular.
We found that bootstrap-tour demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.