https://github.com/royalicing/snippy
https://github.com/royalicing/snippy
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/royalicing/snippy
- Owner: RoyalIcing
- Created: 2017-04-13T01:39:02.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-02T23:41:04.000Z (about 9 years ago)
- Last Synced: 2025-01-18T23:43:02.258Z (over 1 year ago)
- Language: Ruby
- Size: 51.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
## User Stories
- In order to code faster, as a coder I want to save useful code snippets
- In order to code faster, as a coder I want to retrieve my saved code snippets
- In order to code faster, as a coder I want to categorise my saved code snippets
### Controllers
- SnippetsController
### Models
#### Snippet
- title: what this is
- description: a short description of what this does
- code: raw code
- category: e.g. rails, ruby, html, css, scss
#### Category
- title: e.g. CSS, HTML, Rails, Ruby