create-nuxt-content-docs

[![npm version][npm-version-src]][npm-version-href] [![npm downloads][npm-downloads-src]][npm-downloads-href] [![License][license-src]][license-href] [![lerna][lerna-src]][lerna-href]

Usage no npm install needed!

<script type="module">
  import createNuxtContentDocs from 'https://cdn.skypack.dev/create-nuxt-content-docs';
</script>

README

create-nuxt-content-docs

npm version npm downloads License lerna

Create a documentation with @nuxt/content docs theme in seconds

Usage

With yarn:

yarn create nuxt-content-docs <project-name>

Or with npx (npx is shipped by default since npm 5.2.0)

npx create-nuxt-content-docs <project-name>

Or starting with npm v6.1 you can do:

npm init nuxt-content-docs <project-name>

License

MIT License