Skip to content

abedev/jsrequire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jsrequire

Simplifies managing NPM libraries in haxe projects

Quick Start

Add the following to your hxml:

--macro jsrequire.JSRequire.npmInstall(false)

Dependencies defined with @:jsRequire('libname') will be automatically installed if omitted. The false flag states that a package.json file is not required. Change it to true if you have one or you want to create one when the compile process is started.

About

Simplifies managing NPM libraries in haxe projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published