- SCSS 30.7%
- EJS 27.4%
- JavaScript 21.7%
- HTML 16.6%
- Dockerfile 3.2%
- Other 0.3%
| data | ||
| public | ||
| routes | ||
| script | ||
| views | ||
| .gitignore | ||
| bower.json | ||
| cluster.js | ||
| CONTRIBUTING.md | ||
| Dockerfile | ||
| Gruntfile.js | ||
| LICENSE | ||
| package.json | ||
| Procfile | ||
| README.md | ||
| server.js | ||
| Vagrantfile | ||
devopsbookmarks.com
Overview
To discover tools in the devops landscape.
Detected project type: Node.js / JavaScript.
This repository was migrated from upstream source github.com/shafiqalibhai/devopsbookmarks.com and is preserved here for archival, reference, or continued local development.
At a glance
- Default branch:
master - Visibility: public
- Size: 386 KB
- Created: 2026-04-27
- Last updated: 2026-04-27
- Stars / Forks / Open issues: 0 / 0 / 0
- License: MIT
Languages
| Language | Bytes | Share |
|---|---|---|
| SCSS | 8,206 bytes | 31.7% |
| EJS | 7,331 bytes | 28.3% |
| JavaScript | 5,821 bytes | 22.5% |
| HTML | 4,459 bytes | 17.2% |
| Shell | 71 bytes | 0.3% |
| Procfile | 18 bytes | 0.1% |
Repository structure
data/public/routes/script/views/.gitignore(1,875 B)bower.json(129 B)cluster.js(194 B)CONTRIBUTING.md(1,235 B)Gruntfile.js(1,234 B)LICENSE(1,155 B)package.json(719 B)Procfile(18 B)README.md(841 B)server.js(640 B)Vagrantfile(1,085 B)
Getting started
Clone the repository:
git clone https://forgejo.deployview.com/ssa/devopsbookmarks.com.git
cd devopsbookmarks.com
Installation
npm install
# or
yarn install
# or
pnpm install
Usage
Run scripts defined in package.json:
npm start # or whatever script your project defines
npm test
Original README
The content below is preserved from the previous README. Headings have been demoted so they don't compete with the new top-level sections.
Devops Bookmarks
To discover tools in the devops landscape.
There are new awesome tools and frameworks being released everyday. This is an open and transparent attempt at aggregating all these tools and frameworks.
Deployment Status
Contributing
Refer to CONTRIBUTING.md
Development
- Make sure you have VirtualBox and Vagrant installed
- Clone this repository
- Run
vagrant upto provision the VM - Run
vagrant ssh -c /vagrant/script/serverto start the server
Inspiration
Contributing
Contributions are welcome. The typical workflow is:
- Open an issue describing the change you'd like to make.
- Fork the repository (or create a feature branch if you have write access).
- Commit your changes with clear, descriptive messages.
- Open a pull request against the
masterbranch.
Please follow the existing code style and include tests or reproduction steps where relevant.
License
This project is licensed under the MIT license. See the LICENSE file for the full text.
Repository
- Browse: https://forgejo.deployview.com/ssa/devopsbookmarks.com
- Clone (HTTPS):
https://forgejo.deployview.com/ssa/devopsbookmarks.com.git - Clone (SSH):
ssh://git@forgejo.deployview.com:30143/ssa/devopsbookmarks.com.git - Upstream / origin: github.com/shafiqalibhai/devopsbookmarks.com
This README was generated automatically based on repository metadata, contents, and any prior README content. Edit any section above to add project-specific detail.