Skip to content
This repository has been archived by the owner on Jul 21, 2022. It is now read-only.
/ atom-nsis-ide Public archive

Adds IDE-like features for NSIS development in Atom

Notifications You must be signed in to change notification settings

NSIS-Dev/atom-nsis-ide

Repository files navigation

nsis-ide

apm apm apm Travis

Adds IDE-like features for NSIS development in Atom

Installation

apm

Install nsis-ide from Atom's Package Manager or the command-line equivalent:

$ apm install nsis-ide

Using Git

Change to your Atom packages directory:

# Windows Powershell
cd $Env:USERPROFILES\.atom\packages

# Windows Command Prompt
$ cd %USERPROFILE%\.atom\packages
# Linux & macOS
$ cd ~/.atom/packages/

Clone repository as nsis-ide:

$ git clone https://github.com/NSIS-Dev/atom-nsis-ide nsis-ide

Inside the cloned directory, install Node dependencies:

$ yarn || npm install

Dependencies

This package makes use of atom-package-deps to automatically install additional packages it depends on. However, you might have to restart Atom in order to use them.

Components

This package is largely a “meta package”. Other than adding adding a tool-bar, it consists mainly of third-party NSIS packages. Together, they turn Atom into a powerful, near-IDE editor for NSIS developers.

NSIS

nsL Assembler

Haskell

Also included are several convenience packages, that are not primarily targeted at NSIS users.

Related

License

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