1.0.2 • Published 5 years ago

nativefier-tools v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

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
})
1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago