Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-mdx

Package Overview
Dependencies
Maintainers
0
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-mdx - npm Package Compare versions

Comparing version 2.0.0-next.9 to 2.0.0

39

package.json
{
"bugs": "https://github.com/mdx-js/mdx/issues",
"name": "create-mdx",
"version": "2.0.0-next.9",
"description": "Initialize an MDX project",
"repository": "mdx-js/mdx",
"homepage": "https://mdxjs.com",
"bugs": "https://github.com/mdx-js/mdx/issues",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
},
"author": "John Otander <johnotander@gmail.com> (http://johnotander.com)",
"contributors": [
"John Otander <johnotander@gmail.com> (http://johnotander.com)",
"Tim Neutkens <tim@vercel.com>",
"Matija Marohnić <matija.marohnic@gmail.com>",
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
"JounQin <admin@1stg.me> (https://www.1stg.me)"
],
"license": "MIT",
"bin": {
"create-mdx": "cli.js"
},
"files": [
"cli.js"
],
"keywords": [
"create",
"mdx",
"app",
"markdown",
"react",
"jsx",
"remark",
"unified"
],
"dependencies": {
"initit": "1.0.0-2"
},
"gitHead": "6fc71ff94c671582b4185a98f87dcdb1d18c831b"
"version": "2.0.0"
}
# create-mdx
[![Build][build-badge]][build]
[![Sponsors][sponsors-badge]][opencollective]
[![Backers][backers-badge]][opencollective]
[![Chat][chat-badge]][chat]
Deprecated: this package is no longer maintained.
Create an [MDX][] project.
## Use
Use it directly with [`npm init`][npm]:
```sh
npm init mdx gatsby "my-new-project"
```
## API
### `npm init mdx [type=next] [name=next-mdx]`
Create a new [MDX][] project.
Defaults to the [Next][] example, but `type` can also be `webpack`, `parcel`,
`gatsby`, `react-static`, or `razzle`.
Name can be any name but defaults to `next-mdx`.
## Contribute
See [Contributing on `mdxjs.com`][contributing] for ways to get started.
See [Support][] for ways to get help.
This project has a [code of conduct][coc].
By interacting with this repository, organization, or community you agree to
abide by its terms.
## License
[MIT][] © [Compositor][] and [Vercel][]
[build-badge]: https://github.com/mdx-js/mdx/workflows/CI/badge.svg
[build]: https://github.com/mdx-js/mdx/actions
[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg
[backers-badge]: https://opencollective.com/unified/backers/badge.svg
[opencollective]: https://opencollective.com/unified
[chat-badge]: https://img.shields.io/badge/chat-discussions-success.svg
[chat]: https://github.com/mdx-js/mdx/discussions
[mdx]: https://mdxjs.com
[contributing]: https://mdxjs.com/contributing
[support]: https://mdxjs.com/support
[coc]: https://github.com/mdx-js/.github/blob/master/code-of-conduct.md
[mit]: https://github.com/mdx-js/mdx/blob/master/license
[compositor]: https://compositor.io
[vercel]: https://vercel.com
[npm]: https://docs.npmjs.com/cli/init
[next]: https://github.com/mdx-js/mdx/tree/master/examples/next
See [Getting started on `mdxjs.com`](https://mdxjs.com/docs/getting-started/)
instead.
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