1.1.14 • Published 6 months ago

preparatorul v1.1.14

Weekly downloads
7
License
MIT
Repository
github
Last release
6 months ago

📚 Project Definition

NodeJS cli tool to populate project with most used files(eg: Docker configuration)

🛠️ Features

Technologies used:

  • ⚛️ NodeJS
  • 🌐 Inquirere — Library to create CLI tools
  • 🌐 Docker - Containerization sistem

🚀 Instalation

npm install -g preparatorul

OR

npx preparatorul

🔋 Commands

Go to your project and

preparatorul

💻 Development

run

node src/index.js
npm run lint

💻 NPM publish

  • increment "version": in package.json
  • push to master branch
  • npm-publish.yml will do the work

🌐 Docker development setup

  • run docker-compose up -d inside root

🔌 Custom configuration

The package can be configured according to the needs of each one.

For this you must add the desired template in the installation location of the package.

eg:

  • Windows

    $USERPROFILE\AppData\Roaming\npm\node_modules\preparatorul\src\templates\
  • Linux

    /usr/local/lib/node_modules/preparatorul/src/templates

TODO

  • increment version only when merging to dev
  • automatic version update when push to master (npm --no-git-tag-version version minor, patch etc) / check from the last push if version was changed
1.1.14

6 months ago

1.1.13

1 year ago

1.1.12

1 year ago

1.1.11

1 year ago

1.1.10

2 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago