2.2.1 • Published 1 year ago

@flameforge/flameforge-database v2.2.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

flameforge-database

Getting Started

First of all install dependencies with the following command (you will never use npm i if no new dependencies are added, if you do that I will break your face ;) )

npm ci

Once dependencies are correctly installed you can start to code and continue to improve what I've started :kiss:

Have FUN!!!


Generate Entities

To generate entities from a database (Don't forget to replace options to access to your targeted database with good credentials.)

npx typeorm-model-generator -h localhost -d auth -p 3306 -u root -x admin -e mysql -o .

How to publish

To publish a new version you can execute one of those npm script (you don't need to build or commit before executing a script, it do it for you and also change the version of the package)

npm run major-release (example: 1.0.0 ---> 2.0.0)
npm run major-release-candidate (example: 1.0.0 ---> 2.0.0.rc)
npm run minor-release (example: 1.0.0 ---> 1.1.0)
npm run minor-candidate (example: 1.0.0 ---> 1.1.0.rc)
npm run next-release-candidate (example: 1.1.0.rc ---> 1.1.0.rc.1)
npm run patch-release (example: 1.0.0 ---> 1.0.1)
npm run patch-release-candidate (example: 1.0.0 ---> 1.0.1.rc)
npm run pre-release (example: 1.0.0 ---> 1.0.1.rc.1)

You can find more details in the npm-version documentaion and more details of semver repository

2.2.1

1 year ago

2.1.2

1 year ago

2.2.0

1 year ago

2.1.3

1 year ago

2.1.1

1 year ago

2.1.0

1 year ago

2.0.13

1 year ago

2.0.12

1 year ago