Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/usrme/snippets
Personal snippets ✂️
https://github.com/usrme/snippets
astro markdown netlify
Last synced: 22 days ago
JSON representation
Personal snippets ✂️
- Host: GitHub
- URL: https://github.com/usrme/snippets
- Owner: usrme
- Created: 2024-09-13T13:33:19.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-12T09:30:24.000Z (2 months ago)
- Last Synced: 2025-01-17T06:38:09.063Z (28 days ago)
- Topics: astro, markdown, netlify
- Language: JavaScript
- Homepage: https://snippets.usrme.xyz
- Size: 257 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snippets
[![Netlify Status](https://api.netlify.com/api/v1/badges/b8d15004-c8a7-4bb0-b5a3-da884f996bdc/deploy-status)](https://app.netlify.com/sites/usrme-snippets/deploys)
## 🚀 Project Structure
```console
$ tree -L 5 -I 'dist|node_modules|public'
.
├── README.md
├── astro.config.mjs
├── package-lock.json
├── package.json
├── src
│ ├── content
│ │ ├── config.ts
│ │ └── docs
│ │ ├── index.md
│ │ └── snippets
│ │ ├── ansible.md
│ │ ├── docker-podman.md
│ │ ├── git.md
│ │ ├── kubernetes.mdx
│ │ ├── powershell.md
│ │ ├── shell.md
│ │ └── vim.mdx
│ ├── env.d.ts
│ └── styles
│ └── starlight.css
└── tsconfig.json
```