0.2.0 • Published 6 months ago

@nsis/vite-plugin-nlf v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

@nsis/vite-plugin-nlf

A Vite plugin to load NSIS language files

License Version Build

Installation

npm install -D @nsis/vite-plugin-nlf

Usage

// vite.config.js
import { defineConfig } from 'vite';
import nlf from '@nsis/vite-plugin-nlf';

export default defineConfig({
    plugins: [
        nlf()
    ]
});
// example.js
import English from './Contrib/Language files/English.nlf';

console.log(`The ID for English is ${English.id}`);

License

This work is licensed under The MIT License

0.2.0

6 months ago

0.1.0

2 years ago