repo-boot
v0.0.8
Published
Initialize your Folder with default README.md and PR Template
Downloads
826
Maintainers
Readme
Repo Boot
Initialize your project instantly with a default README.md and GitHub Pull Request template.
Why Repo Boot?
Every time I started a new project, I had to:
- manually create a
README.md - copy-paste the same PR template from another project
- create
.githubfolder repeatedly
So I built Repo Boot to automate this setup.
Features
- Creates
README.mdautomatically - Creates
.github/PULL_REQUEST_TEMPLATE.md - Helps standardize repository setup
- Simple CLI-based workflow
- Built with TypeScript
Installation
npm install repo-bootUsage
Run:
npx repo-bootThis creates:
README.md
.github/
┗ PULL_REQUEST_TEMPLATE.mdinside your current project folder.
Example
Before:
my-project/After running:
npx repo-bootResult:
my-project/
┣ README.md
┗ .github/
┗ PULL_REQUEST_TEMPLATE.mdTech Stack
- TypeScript
- Node.js
- tsup
- fs-extra
- chalk
Author
Jenith Panchal
npm Package
https://www.npmjs.com/package/repo-boot
