https://github.com/jonrohan/docs-snippets
Atom snippets for writing documentation in your code.
https://github.com/jonrohan/docs-snippets
Last synced: over 1 year ago
JSON representation
Atom snippets for writing documentation in your code.
- Host: GitHub
- URL: https://github.com/jonrohan/docs-snippets
- Owner: jonrohan
- License: mit
- Created: 2014-02-27T05:30:23.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-03-01T18:35:16.000Z (over 9 years ago)
- Last Synced: 2025-03-28T23:04:03.093Z (over 1 year ago)
- Language: CoffeeScript
- Homepage: https://atom.io/packages/docs-snippets
- Size: 14.6 KB
- Stars: 10
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Docs Snippets
Snippets for making documenting your code super fun!
#### Installation
Run the following command:
```sh
apm install docs-snippets
```
Then reload your Atom.
#### Current Support:
| Format | Tab-Prefix | Extensions |
| ------------- | :----------: | ------------------ |
| [Appledoc](./snippets/appledoc.cson) | `appledoc` | .h, .m |
| [Erlang](./snippets/erlang.cson) | `edoc` | .erlang |
| [Hubot Scripts](./snippets/hubot.cson) | `hubot` | .coffee, .js |
| [jsDoc](./snippets/jsdoc.cson) | `jsdoc` | .js |
| [KSS](./snippets/kss.cson) | `kss` | .css, .less, .scss |
| [PHPDoc](./snippets/phpdoc.cson) | `phpdoc` | .php |
| [TomDoc](./snippets/tomdoc.cson) | `tom` | .coffee, .rb |