Socket
Socket
Sign inDemoInstall

fulky

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    fulky

[![npm](https://img.shields.io/npm/v/fulky.svg)](https://www.npmjs.com/package/fulky) [![License](https://img.shields.io/npm/l/fulky.svg)](LICENSE) [![Build Status](https://travis-ci.org/astorije/fulky.svg?branch=master)](https://travis-ci.org/astorije/fu


Version published
Weekly downloads
1
decreased by-83.33%
Maintainers
1
Install size
25.0 kB
Created
Weekly downloads
 

Readme

Source

npm License Build Status

fulky

Usage

Use it with Mocha

Run it with:

mocha --compilers md:fulky/md-compiler *.md

Use it with Jasmine

In your spec/support/jasmine.json configuration file, add:

{
  "spec_dir": "spec",
  "spec_files": [
    "../*.md"
  ],
  "helpers": [
    "../node_modules/fulky/md-compiler.js"
  ]
}

Then run it with:

jasmine

FAQs

Last updated on 30 Jan 2017

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc