{"id":13442476,"url":"https://github.com/sorich87/bootstrap-tour","last_synced_at":"2025-05-13T17:11:11.612Z","repository":{"id":3794441,"uuid":"4872945","full_name":"sorich87/bootstrap-tour","owner":"sorich87","description":"Quick and easy product tours with Twitter Bootstrap Popovers","archived":false,"fork":false,"pushed_at":"2023-10-09T22:35:49.000Z","size":3871,"stargazers_count":4438,"open_issues_count":194,"forks_count":939,"subscribers_count":143,"default_branch":"master","last_synced_at":"2025-05-02T10:02:59.690Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://bootstraptour.com","language":"CoffeeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sorich87.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2012-07-03T14:03:49.000Z","updated_at":"2025-04-30T21:45:54.000Z","dependencies_parsed_at":"2022-08-06T23:00:03.122Z","dependency_job_id":"6e405e50-cafd-4807-b5ae-23049cb2076d","html_url":"https://github.com/sorich87/bootstrap-tour","commit_stats":{"total_commits":556,"total_committers":74,"mean_commits":7.513513513513513,"dds":0.7014388489208634,"last_synced_commit":"c501ce7ad1728050b0882bb9316f5c33df87f6a2"},"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorich87%2Fbootstrap-tour","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorich87%2Fbootstrap-tour/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorich87%2Fbootstrap-tour/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorich87%2Fbootstrap-tour/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sorich87","download_url":"https://codeload.github.com/sorich87/bootstrap-tour/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253009892,"owners_count":21839714,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T03:01:46.194Z","updated_at":"2025-05-13T17:11:06.593Z","avatar_url":"https://github.com/sorich87.png","language":"CoffeeScript","funding_links":[],"categories":["CoffeeScript","UI","Tours And Guides","Tours And Guides [🔝](#readme)","导览与指南"],"sub_categories":["Runner","运行器","运行器e2e测试"],"readme":"# Bootstrap Tour\n[![Build Status](http://img.shields.io/travis/sorich87/bootstrap-tour.svg?style=flat)](https://travis-ci.org/sorich87/bootstrap-tour)\n[![Dependency Status](http://img.shields.io/david/sorich87/bootstrap-tour.svg?style=flat)](https://david-dm.org/sorich87/bootstrap-tour)\n[![devDependency Status](http://img.shields.io/david/dev/sorich87/bootstrap-tour/dev-status.svg?style=flat)](https://david-dm.org/sorich87/bootstrap-tour#info=devDependencies)\n[![NPM Version](http://img.shields.io/npm/v/bootstrap-tour.svg?style=flat)](https://www.npmjs.org/)\n[![Reviewed by Hound](https://img.shields.io/badge/Reviewed_by-Hound-8E64B0.svg)](https://houndci.com)\n\nQuick and easy way to build your product tours with Bootstrap Popovers.\n\n*Compatible with Bootstrap \u003e= 2.3.0*\n\n## Demo and Documentation\n[http://bootstraptour.com](http://bootstraptour.com)\n\n## Contributing\nIn 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](http://gulpjs.com/).\n\nFeel free to contribute with pull requests, bug reports or enhancement suggestions.\n\nWe use [Gulp](http://gulpjs.com/) and [Jasmine](http://jasmine.github.io/). Both make your life easier ;)\n\n### Develop\n\nFiles to be developed are located under `./src/`.\nCompiled sources are then automatically put under `./build/`, `./test/` and `./docs/`.\n\n#### Requirements\n\nTo begin, you need a few standard dependencies installed. These commands will install ruby, gem, node, yarn, and gulp's command line runner:\n\n##### Debian/Ubuntu Linux\n\n```bash\n$ curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -\n$ echo \"deb https://dl.yarnpkg.com/debian/ stable main\" | sudo tee /etc/apt/sources.list.d/yarn.list\n$ sudo apt-get update \u0026\u0026 sudo apt-get install ruby-full yarn\n```\n\n##### Mac OS X\n\n```bash\n$ /usr/bin/ruby -e \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)\"\n$ brew install ruby yarn\n```\n\n##### Development requirements\n\n```bash\n$ yarn global add gulp-cli\n$ yarn\n$ gem install jekyll\n```\n\nFor Mac OS X Mavericks (10.9) users: You will need to [jump through all these hoops](http://dean.io/setting-up-a-ruby-on-rails-development-environment-on-mavericks/) before you can install Jekyll.\n\n#### Gulp usage\n\nRun gulp and start to develop with ease:\n\n```bash\n$ gulp\n$ gulp dist\n$ gulp test\n$ gulp docs\n$ gulp clean\n$ gulp server\n$ gulp bump --type minor (major.minor.patch)\n```\n\nCheck `gulpfile.coffee` to know more.\n\n## License\n\nCode licensed under the [MIT license](https://opensource.org/licenses/MIT).\nDocumentation licensed under [CC BY 3.0](http://creativecommons.org/licenses/by/3.0/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsorich87%2Fbootstrap-tour","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsorich87%2Fbootstrap-tour","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsorich87%2Fbootstrap-tour/lists"}