nativefier-tools

1.0.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i nativefier-tools

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

6.24 kB

Total Files

11

Last publish

Collaborators

  • eiskis