Skip to content
This repository has been archived by the owner on Jun 26, 2022. It is now read-only.

Latest commit

 

History

History
executable file
·
96 lines (59 loc) · 2.37 KB

README.md

File metadata and controls

executable file
·
96 lines (59 loc) · 2.37 KB

build-bridlensis

apm apm apm CircleCI David

Atom Build for BridleNSIS, transpiles BridleNSIS into NSIS

Installation

apm

Install build-bridlensis from Atom's Package Manager or the command-line equivalent:

$ apm install build-bridlensis

Using Git

Change to your Atom packages directory:

Windows

# Powershell
$ cd $Env:USERPROFILE\.atom\packages
:: Command Prompt
$ cd %USERPROFILE%\.atom\packages

Linux & macOS

$ cd ~/.atom/packages/

Clone repository as build-bridlensis:

$ git clone https://github.com/idleberg/atom-build-bridlensis build-bridlensis

Inside the cloned directory, install Node dependencies:

$ yarn || npm install

You should now be setup to build the package:

$ yarn build || npm run build

Configuration

Make sure to specify the path to your BridleNSIS.jar in the package settings.

Example:

"build-bridlensis":
    pathToJar: "%PROGRAMFILES(X86)%\\BridleNSIS\\BridleNSIS-0.4.1.jar"

Usage

Before you can build, select an active target with your preferred build option.

Available targets:

  • BridleNSIS – transpile script

Shortcuts

Here's a reminder of the default shortcuts you can use with this package:

Choose target

Super+Alt+T or F7

Toggle build panel

Super+Alt+V or F8

Build script

Super+Alt+B or F9

License

This work is dual-licensed under The MIT License and the GNU General Public License, version 2.0