New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

generator-mdpress

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-mdpress

A generator for Yeoman to create mdpress presentations.

  • 0.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
Source

Generator mdpress

Build Status

You'll need to install Aditya Bhargava's mdpress for this work.

mdpress is a ruby gem that allows you to create rad presentations using impress.js in simple and readable markdown.

This generator allows you to scaffold up a presentation using Yeoman. In addition, it comes bundled with a JavaScript file that enforces Ignite presentation guidelines that will automatically advance the slides every 15 seconds and put it into fullscreen mode for you.

New in 0.2.0

  • Gruntjs! Now you can run grunt tasks to manage your presentation. The most useful being grunt server which will watch for changes, run mdpress to compile for you, and do livereload.
  • Implemented underscore templating in the templates.
  • Made package.json and bower.json more useful.

Current Issues

  • If you're using the ignite JS, you cannot open the presentation using the mdpress -r flag. It's because mdpress creates a temporary project and only copies select files to that temp directory. Instead use the grunt tasks provided.

Getting started

  • Make sure you have yo installed: npm install -g yo
  • Install the generator locally: npm install generator-mdpress
  • Run: yo mdpress

Use

  • To run presentation, enter grunt server in the terminal from the root of the project.

Roadmap

  • Split ignite JS into subgenerator.
  • Add testing.
  • Add multiple themes. Perhaps a Yeoman-specific theme.

License

MIT License

Keywords

FAQs

Package last updated on 17 May 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc