Skip to content

Commit f3c2061

Browse files
author
Javier Martinez
committed
update readme
1 parent c95ca84 commit f3c2061

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

README.md

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# @64robots/nuxt-content-blog
2+
3+
[![npm version][npm-version-src]][npm-version-href]
4+
[![npm downloads][npm-downloads-src]][npm-downloads-href]
5+
[![License][license-src]][license-href]
6+
7+
> Create your own @nuxt/content blog in seconds!
8+
9+
## Getting Started
10+
11+
```bash
12+
# Yarn
13+
yarn create nuxt-content-blog <project-name>
14+
15+
# NPX
16+
npx create-nuxt-content-blog <project-name>
17+
```
18+
19+
It's as simple as that!
20+
21+
[📚 Documentation](https://nuxt-content-blog.netlify.app)
22+
23+
## License
24+
25+
[MIT License](./LICENSE)
26+
27+
<!-- Badges -->
28+
[npm-version-src]: https://img.shields.io/npm/v/@64robots/nuxt-content-blog/latest.svg
29+
[npm-version-href]: https://npmjs.com/package/@64robots/nuxt-content-blog
30+
31+
[npm-downloads-src]: https://img.shields.io/npm/dt/@64robots/nuxt-content-blog.svg
32+
[npm-downloads-href]: https://npmjs.com/package/@64robots/nuxt-content-blog
33+
34+
[license-src]: https://img.shields.io/npm/l/@64robots/nuxt-content-blog.svg
35+
[license-href]: https://npmjs.com/package/@64robots/nuxt-content-blog

0 commit comments

Comments
 (0)