I just showcase one open source project I have created to quickstart my projects

We as developers often need to create a brand new project which sometimes take long to setup it according to our needs and preferences. In some cases, we have to literally spend hours configuring aux tools such as prettier, eslint, husky and so on.
To never experience that anymore, I developed a simple and powerful npm package, called boilermanager, to help developers to manage their own boilerplates.
example: creating an electron typescript application with all tools configured in less than one minute
To use this tool, you have to install Node.js and Git.
After have those softwares installed, simple install the package globally in your computer by running this command:
npm install boilermanager -g
After that you can simple run any of the following options it the folder you want to create a new boilerplate project: you can either use "bpm" or "boilermanager"
``` bpm # will show all the nodejs default boilerplates bpm -r [user/repository] # will show the boilerplates available in the specified repository bpm -f [folder] # will show the boilerplates available in the specified folder
```
I have created a basic boilerplates repository template, so you can understand how to setup your own projects the way boilermanager will accept. In general, you'll have to: Fork or Copy this project to your github; Clone into your local machine and put your boilerplates according to this repository; Push the changes to your github remote repository, lets say it is githubuser/yourboilerplates Load your repository, by running:
bpm -r githubuser/yourboilerplates
This project initially was meant to be used for Node.js related projects, but it also can be used for any other technologies. I'm even going to add Golang boilerplates (in other repository) in the future, when I become more proficient at it.
Payroll Compliance Checklist and Tax Law Guide for 2025
Highlight the critical nature of staying informed on payroll compliance and tax laws for tech companies with a global footprint in 2025.
How Much Software Engineers Make in 2025?
We will delve into the various factors that influence software engineer salaries in 2025, provide detailed salary breakdowns by region, and explore how remote work is shaping compensation trends.
The Future of Remote Work: Trends and Predictions for 2025 and Beyond
Remote work is no longer just a trend; it's becoming a standard practice in the global workforce.
Payroll Compliance Checklist and Tax Law Guide for 2025
Highlight the critical nature of staying informed on payroll compliance and tax laws for tech companies with a global footprint in 2025.
How Much Software Engineers Make in 2025?
We will delve into the various factors that influence software engineer salaries in 2025, provide detailed salary breakdowns by region, and explore how remote work is shaping compensation trends.
The Future of Remote Work: Trends and Predictions for 2025 and Beyond
Remote work is no longer just a trend; it's becoming a standard practice in the global workforce.