# ts-migrate **Repository Path**: forhot2000/ts-migrate ## Basic Information - **Project Name**: ts-migrate - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-15 - **Last Updated**: 2022-10-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ts-migrate ## installation ```sh npm install @forhot2000/ts-migrate ``` ## configuration provide enviromnent variables in `.env` file, like: ```sh MYSQL_HOST=localhost MYSQL_USER=user MYSQL_PWD=password MYSQL_DB=database ``` ## usage ### generate new migration file ```sh npx ts-migrate generate