UNPKG

ts-migrate-mongoose

Version:

A migration framework for Mongoose, built with TypeScript.

10 lines (8 loc) 235 B
#! /usr/bin/env node import { Migrate } from './commander' /** * The main entry point for the CLI migration tool. * It creates an instance of the Migrate class and runs the migration. */ const migrate = new Migrate() migrate.run()