create-mdx
Advanced tools
Comparing version 0.15.0 to 0.15.1
#!/usr/bin/env node | ||
const init = require('initit') | ||
const [ example = 'next', name = 'next-mdx' ] = process.argv.slice(2, 3) | ||
const [example = 'next', name = 'next-mdx'] = process.argv.slice(2, 3) | ||
const template = `mdx-js/mdx/examples/${example}` | ||
@@ -6,0 +6,0 @@ |
{ | ||
"name": "create-mdx", | ||
"description": "Initialize an MDX project", | ||
"version": "0.15.0", | ||
"version": "0.15.1", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "author": "John Otander", |
563