0.3.6 • Published 4 months ago

@emigrate/plugin-generate-js v0.3.6

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

@emigrate/plugin-generate-js

This package contains an Emigrate plugin for generating migration files using JavaScript as a language.

Usage

Install the package:

npm install @emigrate/cli @emigrate/plugin-generate-js
# or
pnpm add @emigrate/cli @emigrate/plugin-generate-js
# or
yarn add @emigrate/cli @emigrate/plugin-generate-js
# or
bun add @emigrate/cli @emigrate/plugin-generate-js

Use the plugin with the emigrate new command:

emigrate new --plugin generate-js create some fancy table

Or add it to your emigrate.config.js file:

import generateJs from '@emigrate/plugin-generate-js';

export default {
  directory: 'migrations',
  plugins: [generateJs],
};
0.3.6

4 months ago

0.3.5

4 months ago

0.3.4

4 months ago

0.3.3

5 months ago

0.3.0

5 months ago

0.3.2

5 months ago

0.3.1

5 months ago

0.2.7

5 months ago

0.2.6

5 months ago

0.2.5

5 months ago

0.2.3

6 months ago

0.2.4

6 months ago

0.2.2

6 months ago

0.2.1

6 months ago

0.2.0

6 months ago

0.1.1

6 months ago

0.1.0

6 months ago