Subject of the issue
I believe name should, when example is given, be based off of that:
|
const [example = 'next', name = 'next-mdx'] = process.argv.slice(2, 3) |
Steps to reproduce
npm init mdx x0
Expected behaviour
ls should include x0-mdx or something.
Actual behaviour
ls includes next-mdx.