Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

A cli tool that make your repo or npm package look nice.

Awesome Lists containing this project

README

        

Welcome to git-repo-npm-bootster 👋



npm version


Documentation


Maintenance


License: MIT

> 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.