boilermanager
v1.7.2
Published
⚡ quickstart your nodejs projects with zero time spent on configuring frequently used tools while also having the ability to manage your own boilerplates.
Downloads
36
Maintainers
Readme
:trumpet: Overview
Quickstart your projects by using a pre-configured boilerplate while also being able to manage and use your own boilerplates.
The default boilerplates available are listed from js-boilerplates and if you wish you can create your own according to boilerplates-template.
This tool was originally meant to be used only in javascript based projects, but it in fact can handle boilerplates from every other languages, such as golang-boilerplates.
:dart: Features
✔️ choose which boilerplate to start from: the default available options are listed from js-boilerplates; ✔️ choose the boilerplate source from three options: default, github repository or local folder; ✔️ create your own boilerplates by following boilerplates-template folder structure; ✔️ supports filtering while choosing the boilerplate; ✔️ shows if there is a new version available at every run.
:warning: Requirements
In order to use this project in your computer, you need to have the following items:
:bulb: Usage
Installation
To install boilermanager
in your computer, simple run this command:
# install the boilermanager npm package
$ npm install -g boilermanager
After that you will be able to use the cli commands, through boilermanager
or bpm
.
Commands
The boilermanager has the following commands:
:wrench: Development
Development setup
if you want to contribute to this project, setup this project in your computer by run the following commands:
# Clone this repository
$ git clone https://github.com/lucasvtiradentes/boilermanager
# Go into the repository folder
$ cd boilermanager
# Install dependencies
$ npm install
# Run the typescript code in development mode
$ npm run dev
Used technologies
This project uses the following thechnologies:
:books: About
Related
- js-boilerplates: default javascript boilerplates available;
- golang-boilerplates: golang boilerplates;
- boilermanager-template: template repository for you create and use your own boilerplates in boilermanager;
- boilr: boilerplate template manager that generates files or directories from template repositories.
License
This project is distributed under the terms of the MIT License Version 2.0. A complete version of the license is available in the LICENSE file in this repository. Any contribution made to this project will be licensed under the MIT License Version 2.0.
Feedback
If you have any questions or suggestions you are welcome to discuss it on github issues or, if you prefer, you can reach me in my social media provided bellow.