Skip to content

Wrapper build script in JS for projects using Nativefier

Notifications You must be signed in to change notification settings

jerryjappinen/nativefier-tools

Repository files navigation

Nativefier tools

Wrapper build script for projects using Nativefier.

Installation

npm install --save-dev nativefier-tools

Usage

In your project, create a script file that you can execute with Node. You can import this library and use the build command to execute Nativefier.

The build command accepts the Nativefier config as a parameter:

const nativefierTools = require('./nativefier-tools')

nativefierTools.build({

  // Nativefier config here
  name: 'MyApp',
  // ...

  // Extra options
  appVersion, // Default: 1.0.0
  filenameSuffix: ' Foo' // Optional
})

About

Wrapper build script in JS for projects using Nativefier

Resources

Stars

Watchers

Forks

Packages

No packages published