create-mdx
Advanced tools
Comparing version 2.0.0-next.9 to 2.0.0
{ | ||
"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. |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
281
2
1
0
2
1
7
2
- Removedinitit@1.0.0-2
- Removedarg@2.0.1(transitive)
- Removedcross-spawn@6.0.6(transitive)
- Removedfs-extra@6.0.1(transitive)
- Removedgraceful-fs@4.2.11(transitive)
- Removedinitit@1.0.0-2(transitive)
- Removedisexe@2.0.0(transitive)
- Removedjsonfile@4.0.0(transitive)
- Removednice-try@1.0.5(transitive)
- Removedpath-key@2.0.1(transitive)
- Removedsemver@5.7.2(transitive)
- Removedshebang-command@1.2.0(transitive)
- Removedshebang-regex@1.0.0(transitive)
- Removeduniversalify@0.1.2(transitive)
- Removedwhich@1.3.1(transitive)