language-powerhouse

A package for the PowerHouse® 4GL programming language

Zack Dawood

61

0

Bug Reports

2.16.0

MIT

GitHub

This package provides the following services:

PowerHouse® 4GL language package

Provides support for syntax colouring in the Atom text editor.


Whats new 🆕


GITHub Location

atom-language-powerhouse

Package Location

Windows C:\Users\%username%\.atom\packages
MacOS /Users/$USER/.atom/packages

I'd like to support this project

Help us bring this project to the moon! Atom's rocket needs to get somewhere, right?


Publishing the package (Instruction)

apm publish minor

apm publish version-type

apm publish --tag v0.0.1 minor

📝 version-type can be major, minor and patch.

First Time Publishing

git checkout -b master

git push -u origin master

apm publish minor

Reference