Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@deck/app

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deck/app

**Deck** is an application that enables content presenters maintain and display their markdown content on an enhanced visual presentation.

  • 1.3.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
44
increased by388.89%
Maintainers
1
Weekly downloads
 
Created
Source

deck-app

Deck is an application that enables content presenters maintain and display their markdown content on an enhanced visual presentation.

The Deck command format is the following:

deck <command> [command options]

The main Deck commands are:

  • init
  • install
  • present
  • edit
  • upstream

Installing Deck

npm install -g @deck/app

Deck usage

Making a new presentation

Initializing a new presentation project is made using the command:

deck init

This will create a basic presentation project.

Preparing a deck for visualisation

deck install

Will install all package dependencies needed by the presentation project.

Present a deck material

In the presentation material folder (where the deck.md file is located) run the following command:

deck present [<material name>]

If no parameter provided it will present the deck.md file located in the current folder.

After the presentation is ready a list of commands are displayed to the user:

  • e: edit - launched by pressing the key e, opens the current presentation with the default text editor
  • o: open - launched by pressing the key o, displays the presentation

Edit a deck

deck edit [<material name>]

Opens the presentation material with the default editor registered in the system. If no parameter provided it will edit the deck.md file located in the current folder.

Push deck to github

deck upstream [<material name>]

Creates a new branch on github, pushes the modified material and makes a pull request with the change. If no parameter provided it will push the deck.md file located in the current folder.

Credits

Sponsored by nearForm

Contributors

  • David Mark Clements
  • Mihai Dima
  • Cristian Kiss

FAQs

Package last updated on 24 Oct 2015

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