JSPM

haxe-vsc-template

2.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q28197F
  • License MIT

Preconfigured Haxe Template for Visual Studio Code

Package Exports

  • haxe-vsc-template

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (haxe-vsc-template) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Visual Studio Code Haxe Template Installer

Template: GitHub version

This Package: npm version


An npm Package for Node.js to install a preconfigured Visual Studio Code Project for HAXE.

The Template can be found here.

Installation

npm install -g haxe-vsc-template

Commandline Usage

After global installation you can jump into your directory and type

init_Haxe

You can also specify the target directory by typing

init_Haxe DIRECTORY

Scripting Usage

You can install this package locally to your project to use it in a script.

npm install haxe-vsc-template --save

// require Template to use it programmatically
var Template = require("haxe-vsc-template");

// install template in directory
Template.install(directory);