Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/usrme/snippets

Personal snippets ✂️
https://github.com/usrme/snippets

astro markdown netlify

Last synced: 3 days ago
JSON representation

Personal snippets ✂️

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
```