Skip to content

Commit bd66a9d

Browse files
authored
Merge pull request #3 from UlisesGascon/docs/added-documentation
docs: added proper documentation
2 parents 4f9ee2b + 74df226 commit bd66a9d

File tree

1 file changed

+82
-2
lines changed

1 file changed

+82
-2
lines changed

README.md

Lines changed: 82 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,82 @@
1-
# generator-fast-documentation
2-
A yeoman-based template to generate a great documentation website
1+
<p align="center">
2+
<h1 align="center">
3+
generator-fast-documentation
4+
</h1>
5+
6+
<p align="center">
7+
A yeoman-based template to generate a great documentation website
8+
</p>
9+
10+
<p align="center">
11+
<a href="https://www.npmjs.org/package/generator-fast-documentation"><img src="https://badgen.net/npm/v/generator-fast-documentation" alt="npm version"/></a>
12+
<a href="https://www.npmjs.org/package/generator-fast-documentation"><img src="https://badgen.net/npm/license/generator-fast-documentation" alt="license"/></a>
13+
<a href="https://www.npmjs.org/package/generator-fast-documentation"><img src="https://badgen.net/npm/dt/generator-fast-documentation" alt="downloads"/></a>
14+
<a href="https://snyk.io/test/github/ulisesgascon/generator-fast-documentation"><img src="https://snyk.io/test/github/ulisesgascon/generator-fast-documentation/badge.svg" alt="Known Vulnerabilities"/></a>
15+
</p>
16+
17+
</p>
18+
19+
# About
20+
21+
A yeoman-based template to generate a great documentation website.
22+
23+
❤️ Awesome Features:
24+
25+
- Ship fast! Docker support. 🔥
26+
- Opinionated Docusaurus config out-of-the-box 🍺
27+
- Easy control releases with standard-release out-of-the-box 🎉
28+
- Simple CI with github Actions out-of-the-box 📦
29+
- Just few simple questions to generate the perfect documentation 💪
30+
- Easy to use and great test coverage ✅
31+
32+
33+
34+
## Usage
35+
36+
You need to install [Yeoman](https://www.npmjs.com/package/yo)
37+
38+
```bash
39+
npm i -g generator-fast-documentation
40+
yo fast-documentation
41+
```
42+
43+
## Built With
44+
45+
Development only:
46+
47+
- [@commitlint/cli](https://www.npmjs.com/package/@commitlint/cli) - Lint commit messages
48+
- [@commitlint/config-conventional](https://www.npmjs.com/package/@commitlint/config-conventional) - npm i @commitlint/config-conventional
49+
- [jest](https://www.npmjs.com/package/jest) - Delightful JavaScript Testing
50+
- [standard](https://www.npmjs.com/package/standard) - JavaScript style guide, linter, and formatter
51+
- [standard-version](https://www.npmjs.com/package/standard-version) - A utility for versioning using semver and CHANGELOG generation powered by Conventional Commits.
52+
- [yeoman-assert](https://www.npmjs.com/package/yeoman-assert) - yeoman-assert is extending the native Node.js assert module.
53+
- [yeoman-test](https://www.npmjs.com/package/yeoman-test) - Test utilities for Yeoman generators
54+
- [husky](https://www.npmjs.com/package/husky) - Modern native Git hooks made easy
55+
56+
Production only:
57+
58+
- [chalk](https://www.npmjs.com/package/chalk) - Terminal string styling done right
59+
- [yeoman-generator](https://www.npmjs.com/package/yeoman-generator) - Rails-inspired generator system that provides scaffolding for your apps
60+
- [yosay](https://www.npmjs.com/package/yosay) - Tell Yeoman what to say
61+
62+
## Contributing
63+
64+
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
65+
66+
## Versioning
67+
68+
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/ulisesGascon/generator-fast-documentation/tags).
69+
70+
## Authors
71+
72+
- **Ulises Gascón** - *Initial work- - [@ulisesGascon](https://github.com/ulisesGascon)
73+
74+
See also the list of [contributors](https://github.com/ulisesGascon/generator-fast-documentation/contributors) who participated in this project.
75+
76+
## License
77+
78+
This project is licensed under the GNU AGPL3.0 License - see the [LICENSE.md](LICENSE.md) file for details
79+
80+
## Acknowledgments
81+
82+
- This project is under development, but you can help us to improve it! We :heart: FOSS!

0 commit comments

Comments
 (0)