@julr/japa-factorify-plugin
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

@julr/japa-factorify-plugin

The Japa plugin for Factorify.

Installation

pnpm add @julr/japa-factorify-plugin
// bin/test.ts

configure({
  ...processCliArgs(process.argv.slice(2)),
  ...{
    plugins: [
      factorify({
        database: {
          // See https://knexjs.org/guide/#configuration-options
          // for more information
          connection: {
            host: 'localhost',
            user: 'root',
            password: 'password',
            database: 'factorify',
          } 
        },
      }),
    ],
  },
  // ...
})

// ...

Package Sidebar

Install

npm i @julr/japa-factorify-plugin

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

2.35 kB

Total Files

5

Last publish

Collaborators

  • julien-r44