@nsis/docs

[![zlib/libpng](https://img.shields.io/badge/license-zlib%2Flibpng-orange.svg?style=flat-square)](http://opensource.org/licenses/Zlib) [![CI](https://img.shields.io/github/workflow/status/NSIS-Dev/Documentation/CI?style=flat-square)](https://github.com/NS

Usage no npm install needed!

<script type="module">
  import nsisDocs from 'https://cdn.skypack.dev/@nsis/docs';
</script>

README

Description

zlib/libpng CI David

A new Markdown-based documentation for Nullsoft Scriptable Install System (NSIS). At this point, this is mostly direct copy of the existing scripting reference, split up into several files. Over time, the goal is to improve the documentation and add further examples.

Markdown files are easily readable as plain text, but can also be viewed in special online editors such as Prose, Markable or Dillinger. You can converted Markdown into HTML or Wiki (e.g. using markdown.io), host it online using flat file CMS such as Jekyll, Pico, Kirby or the Markdoc wiki platform.

Usage

This documentation included in this package can be consumed as EcmaScript Modules.

import { Callbacks, Commands, Includes, Plugins, Variables } from '@nsis/docs';

console.log(Commands['Function']);
console.log(Callbacks['.onInit']);

// Omit `

	
		
		
		
		
		
		
		
	npm:@nsis/docs | Skypack
	
		
		
		
		 and curly braces
console.log(Includes['LogicLib']['If']);

License

zlib/libpng license