Skip to main content

Getting Started

Installation

Install snodeb as a development or global dependency in your Node.js project:

Run directly without installing using npx. This is very useful during a ci job to not have an impact on node_modules while bundling.

Basic Usage

If you're lucky the default options might work for you! But you probably should look into the configuration options.

npx snodeb

The tool will create a .deb package in the deb directory.

Example Project

For a comprehensive usage example, check out the examples/kitchen-sink directory in the GitHub repository.

Next Steps