create-mdx
Advanced tools
Comparing version 2.0.0-next.8 to 2.0.0-next.9
{ | ||
"name": "create-mdx", | ||
"version": "2.0.0-next.8", | ||
"version": "2.0.0-next.9", | ||
"description": "Initialize an MDX project", | ||
@@ -40,3 +40,3 @@ "repository": "mdx-js/mdx", | ||
}, | ||
"gitHead": "e194fc1a61715549be10d56055ea4ad25533fcb1" | ||
"gitHead": "6fc71ff94c671582b4185a98f87dcdb1d18c831b" | ||
} |
# create-mdx | ||
[![Build Status][build-badge]][build] | ||
[![lerna][lerna-badge]][lerna] | ||
[![Join the community on Spectrum][spectrum-badge]][spectrum] | ||
[![Build][build-badge]][build] | ||
[![Sponsors][sponsors-badge]][opencollective] | ||
[![Backers][backers-badge]][opencollective] | ||
[![Chat][chat-badge]][chat] | ||
Create an [MDX][] project. | ||
## Usage | ||
## Use | ||
@@ -22,4 +23,4 @@ Use it directly with [`npm init`][npm]: | ||
Create a new [MDX][] project. | ||
Defaults to the [Next][] example, but `type` can also be `create-react-app`, | ||
`parcel`, `razzle`, or `x0`. | ||
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`. | ||
@@ -29,7 +30,7 @@ | ||
See the [Support][] and [Contributing][] guidelines on the MDX website for ways | ||
to (get) help. | ||
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, organisation, or community you agree to | ||
This project has a [code of conduct][coc]. | ||
By interacting with this repository, organization, or community you agree to | ||
abide by its terms. | ||
@@ -41,8 +42,10 @@ | ||
[build]: https://travis-ci.com/mdx-js/mdx | ||
[build-badge]: https://travis-ci.com/mdx-js/mdx.svg?branch=master | ||
[lerna]: https://lernajs.io/ | ||
[lerna-badge]: https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg | ||
[spectrum]: https://spectrum.chat/mdx | ||
[spectrum-badge]: https://withspectrum.github.io/badge/badge.svg | ||
[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 | ||
@@ -54,4 +57,3 @@ [support]: https://mdxjs.com/support | ||
[vercel]: https://vercel.com | ||
[mdx]: https://github.com/mdx-js/mdx | ||
[npm]: https://docs.npmjs.com/cli/init | ||
[next]: https://github.com/mdx-js/mdx/tree/master/examples/next |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4132
56