https://github.com/bennycode/coffeedoc2jsdoc
A website which helps to convert CoffeeDoc syntax into valid JSDoc 3 syntax.
https://github.com/bennycode/coffeedoc2jsdoc
Last synced: 9 months ago
JSON representation
A website which helps to convert CoffeeDoc syntax into valid JSDoc 3 syntax.
- Host: GitHub
- URL: https://github.com/bennycode/coffeedoc2jsdoc
- Owner: bennycode
- Created: 2017-04-14T15:59:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-18T09:59:09.000Z (over 2 years ago)
- Last Synced: 2025-01-27T23:46:59.229Z (11 months ago)
- Language: JavaScript
- Homepage: https://tranquil-caverns-98559.herokuapp.com/
- Size: 1.72 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# coffeedoc2jsdoc
A website which helps to convert CoffeeDoc syntax into valid JSDoc 3 syntax.
## How to run?
1. `yarn install`
1. `yarn start`
1. Open http://localhost:8080/
## Screenshot

## Deployment
```bash
git push heroku master
heroku open
```