Currently a WORK IN PROGRESS.
The current functionality of this module replaces existing files with pre-defined templates.
Fulfill all of GitHub's community standards with one command.
You can find the Community profile for your GitHub repo at github.com/username/repo/community
.
You must be logged into GitHub to view this page for whichever repo.
npm i -g maintain-me
maintain-me
This creates the following files:
.
βββ .github
| βββ CODE_OF_CONDUCT.md
| βββ CONTRIBUTING.md
| βββ ISSUE_TEMPLATE
| | βββ Bug_report.md
| | βββ Feature_request.md
| βββ ISSUE_TEMPLATE.md
| βββ PULL_REQUEST_TEMPLATE.md
βββ LICENSE
βββ README.md
Use npm i -g tree-cli
and tree -l 4 -a --ignore 'node_modules, .git, fixtures'
to create the graph above.
npm run test
Symlinking a package folder is an easy way to test a node module locally.
# change into maintain-me directory
cd maintain-me
# create a global symlink to the local "maintain-me" project
npm link
# change directory to github-repo that has a package.json
cd github-repo
# create a symlink locally to global maintain-me symlink
npm link maintain-me
np
To get started...
- π΄ Fork this repo
- π¨ View the contributing guidelines at CONTRIBUTING.md
- π₯ Add yourself as a contributor under the credits section
- π§ Open a new pull request
- π Get your pull request approved - success!
Or just create an issue - any little bit of help counts! π
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.
More details can be found at this project's code of conduct.
- GitHub's Open Source Guide
- awesome-github-templates
- github-issue-templates
- open-source-templates
- github-templates
- inspiring-github-templates
- FVCproductions ππ«