Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/YIZHUANG/git-repo-npm-bootster
A cli tool that make your repo or npm package look nice.
https://github.com/YIZHUANG/git-repo-npm-bootster
Last synced: 8 days ago
JSON representation
A cli tool that make your repo or npm package look nice.
- Host: GitHub
- URL: https://github.com/YIZHUANG/git-repo-npm-bootster
- Owner: YIZHUANG
- License: mit
- Created: 2019-06-17T12:36:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-28T15:59:30.000Z (almost 5 years ago)
- Last Synced: 2024-10-16T11:46:17.785Z (28 days ago)
- Language: JavaScript
- Homepage:
- Size: 126 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome to git-repo-npm-bootster 👋
> A cli to that automatically generate all the needed files to make your repo or npm package look good and reach the 100 quality score
### 🏠 [Homepage](https://github.com/YIZHUANG/git-repo-npm-bootster#readme)
## Idea
As a developer you should focus on writing code more instead spending a lot of time on writing nice docs at the beginning.
The following files are generated by running the commands already with nice stuff on it:
- README.md.
- .gitattributes // Specifying language of the repo.
- CHANGELOG.md
- contributing.md
- LICENSE
- Eslint (If checked) // Having linter can boost your npm package scores
- Tslint (If checked)More to come.
## Install
```sh
npm install git-repo-npm-bootster -g
```## Usage
```sh
boost-git-repo
```## Run tests
```sh
npm run test
```## Author
👤 **Yi Zhuang**
- Github: [@YIZHUANG](https://github.com/YIZHUANG)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/YIZHUANG/git-repo-npm-bootster/contributing.md).## Show your support
Give a ⭐️ if this project helped you!
## 📝 License
Copyright © 2019 [Yi Zhuang](https://github.com/YIZHUANG).
This project is [MIT](https://github.com/YIZHUANG/git-repo-npm-bootster/blob/master/LICENSE) licensed.