All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.bin.marked.js Maven / Gradle / Ivy

There is a newer version: 15.0.6
Show newest version
#!/usr/bin/env node

/**
 * Marked CLI
 * Copyright (c) 2011-2013, Christopher Jeffrey (MIT License)
 */

import { main } from './main.js';

/**
 * Expose / Entry Point
 */

process.title = 'marked';
main(process);




© 2015 - 2025 Weber Informatics LLC | Privacy Policy