1.0.0 • Published 4 years ago

create-nuxt-extended-docs v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

create-nuxt-extended-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-extended-docs <project-name>

Or starting with npm v6.1 you can do:

npm init create-nuxt-extended-docs <project-name>

License

MIT License