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

fruitjs

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fruitjs

FruitJS (pronounced Fruit Juice) is a tool for compiling markdown pages into technical documentation sites.

  • 0.7.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
53
increased by140.91%
Maintainers
1
Weekly downloads
 
Created
Source

#FruitJS

Take a look at our documentation

FruitJS (pronounced Fruit Juice) is a simple yet powerful converter to turn markdown into HTML pages. It was created for the purpose of writing technical documentation and API information in Markdown, and then converting it to a live site. FruitJS is built on Node.js and can be used as an include or as a command line tool.

Getting Started

The simple steps to get started are install it via NPM, then use the command line tool to compile your pages to HTML.

npm install -g fruitjs
fruitjs manifest.json

Manifest File

The manifest file is used to tell the script which pieces should be compiled to HTML. It is a JSON file that should look something like this:

{
	"name"       : "Site Name",
	"pages"      : ["page1.md", "folder/page2.markdown"],
	"css"        : ["styles.css"],
	"less"       : ["otherstyles.less"],
	"js"         : ["Extra JS Code.js"],
	"images"     : ["example1.png", "example2.jpg"],
	"imageTitle" : "path/to/logo.jpg",
	"singlePage" : true,
	"tocLevel"   : 4
}

For more information, read the documentation for the manifest.

##License

FruitJS is under MIT license, and is free to modify, use and distribute within the terms of that license. For full license, check out the LICENSE file.

FAQs

Package last updated on 11 Feb 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