📄 marked.js
/home/palash/git/local-ai/node_modules/marked/bin/marked.js
Language: js • Lines: 15
#!/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);