node-migrate-cli
v1.0.1
Published
Typeorm Migration CLI is another TypeScript-friendly ORM library with a CLI for managing database migrations. It aims to be simple to use while providing powerful features for working with databases.
Downloads
14
Readme
CLI Options README
This Node.js command-line interface (CLI) script uses the following options:
Usage
node generate -d <dir> -n <name>
Options
-d, --dir: Specifies the directory path where the generation will take place.
-n, --name: Specifies the name parameter for the generation process.
Options
-d, --dir: Specifies the directory path where the generation will take place.
-n, --name: Specifies the name parameter for the generation process.
Example
node generate -d /path/to/directory -n example_name
Important Note
Both -d and -n options are mandatory. Please provide values for both options when running the script.
Alias
-d is an alias for --dir.
-n is an alias for --name.