meta pixel

How to easily manage your boilerplates and quickstart your projects

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

    Posted byLucas Vieira|on Apr 29th 2025|1 min read

    Technology Expert

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


How to use it

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

```


How to use it with my onw boilerplates?

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

Final words

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.

About the Author

Lucas Vieira
Lucas Vieira

LUCAS has an experience in the domain of 'Information', particularly in the sub-domain of 'Software Developers and Programmers. and has been currently working for Software house company for the last 0.7 years. LUCAS doesn't have any management level experience in the resume.

Expertise

Node.js 4+ yrs
React 3+ yrs
TypeScript 4+ yrs
Docker 3+ yrs
AWS (Amazon Web Services) 1+ yrs
Lucas Vieira

Lucas Vieira

Technology Expert


Trending Posts

Global HR>Global Employment

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.

Brian Mc Sweeney
Brian Mc SweeneyTechnology • 11+ years
Project & Product>Methodology

Agile Project Management: Key Benefits for Modern Product Teams

In the ever-evolving landscape of product development, staying ahead of the curve is paramount.

Yana Bell
Yana BellHuman Resources • 10+ years
Future of work

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.

Yana Bell
Yana BellHuman Resources • 10+ years
Lucas Vieira

Lucas Vieira

Technology Expert


Trending Posts

Global HR>Global Employment

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.

Brian Mc Sweeney
Brian Mc SweeneyTechnology • 11+ years
Project & Product>Methodology

Agile Project Management: Key Benefits for Modern Product Teams

In the ever-evolving landscape of product development, staying ahead of the curve is paramount.

Yana Bell
Yana BellHuman Resources • 10+ years
Future of work

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.

Yana Bell
Yana BellHuman Resources • 10+ years