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

coderdojorotterdam-workshop-core

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coderdojorotterdam-workshop-core

A basic workshop package that converts Markdown to PDF using CoderDojo Rotterdam (SF) theming

  • 1.0.0
  • unpublished
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

CoderDojo Workshop Core

A basic workshop package that converts Markdown to PDF using CoderDojo Rotterdam (SF) theming.

Install

  • Create a new repository that holds your manual
  • Initialize a new node project by running: npm init -y
  • Pull in this core dependency by running: npm install coderdojorotterdam-workshop-core --save

Config

In your package.json you can override the input and output files by adding this segment to it:

  "coderdojo_workshop_options": {
    "file_in": "love2d_lua_installatie.md",
    "file_out": "love2d_lua_installatie.pdf"
  }

Run

To run the converter, easiest thing is to link to the .bin/core in the package.json start script like so:

  "scripts": {
    "start": "./node_modules/.bin/core"
  }

Run npm start to start the conversion.

Examples

To get a general idea on how to use this, have a look at some examples:

  • Installing Love2D, Lua & Atom
  • Building Pong using Love2D and Lua

Components

All markdown tags are supported as well as custom styling using HTML / CSS. For available CSS classes have a look in our CSS file.

License

MIT

FAQs

Package last updated on 05 Mar 2017

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