Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pblasucci/levelupdev
Lightning Talk: Use Project Scaffold to go from zero to professional-grade library in a matter of minutes.
https://github.com/pblasucci/levelupdev
Last synced: 25 days ago
JSON representation
Lightning Talk: Use Project Scaffold to go from zero to professional-grade library in a matter of minutes.
- Host: GitHub
- URL: https://github.com/pblasucci/levelupdev
- Owner: pblasucci
- Created: 2015-08-02T00:12:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-04T22:27:42.000Z (over 9 years ago)
- Last Synced: 2023-03-12T09:57:58.284Z (almost 2 years ago)
- Language: F#
- Size: 3.55 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Issue Stats](http://issuestats.com/github/fsprojects/FsReveal/badge/issue)](http://issuestats.com/github/fsprojects/FsReveal)
[![Issue Stats](http://issuestats.com/github/fsprojects/FsReveal/badge/pr)](http://issuestats.com/github/fsprojects/FsReveal)# FsReveal [![NuGet Status](http://img.shields.io/nuget/v/FsReveal.svg?style=flat)](https://www.nuget.org/packages/FsReveal/)
FsReveal allows you to write beautiful slides in [Markdown](http://daringfireball.net/projects/markdown/syntax)
and brings F# to the [reveal.js][revealjs] web presentation framework.## Features
- Write your slides in [Markdown](http://daringfireball.net/projects/markdown/syntax) or .fsx files
- Automatically updates the browser in edit mode on every save
- Syntax highlighting for most programming languages including C#, F# and LaTeX
- Speaker notes; Shows the current slide, next slide, elapsed time and current time
- Built in themes
- Horizontal and vertical slides
- Built in slide transitions using CSS 3D transforms
- Slide overview
- Works on mobile browsers. Swipe your way through the presentation.[Examples](http://fsprojects.github.io/FsReveal/index.html#Examples) and a [Getting started guide](http://fsprojects.github.io/FsReveal/getting-started.html) can be found in the docs.
[revealjs]: https://github.com/hakimel/reveal.js/ "reveal.js | HTML presentations made easy"
### Maintainer(s)
- [@kimsk](https://github.com/kimsk)
- [@forki](https://github.com/forki)
- [@troykershaw](https://github.com/troykershaw)
- [@agross](https://github.com/agross)
- [@shishkin](https://github.com/shishkin)
- [@ilkerde](https://github.com/ilkerde)The default maintainer account for projects under "fsprojects" is [@fsprojectsgit](https://github.com/fsprojectsgit) - F# Community Project Incubation Space (repo management)