Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ikasoba/hxpm
haxe project manager.
https://github.com/ikasoba/hxpm
Last synced: 15 days ago
JSON representation
haxe project manager.
- Host: GitHub
- URL: https://github.com/ikasoba/hxpm
- Owner: ikasoba
- License: mit
- Created: 2023-05-20T22:26:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-21T12:30:03.000Z (over 1 year ago)
- Last Synced: 2024-10-24T06:07:37.135Z (2 months ago)
- Language: Haxe
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# HXPM - Haxe Project Manager
# About
HXPM is a modern, project manager for Haxe.
# Usage
```
Usage:
hxpm init [] - initialize project.
hxpm install [-L] [] - install package.
The -L option can be used to add libraries to build.hxml.
hxpm remove - uninstall package.
hxpm install-dep - install project dependencies.
hxpm version - show hxpm version.
```# Installation
```sh
# clone this repository.
git clone https://github.com/ikasoba/hxpm --depth 1 -b latest
cd hxpm# build
haxelib install build.hxml
haxe build.hxml# move
mkdir ~/.hxpm
mv ./haxe-output/Main ~/.hxpm/hxpm# install path
echo "export PATH=$PATH:$HOME/.hxpm/hxpm" >> ~/.profile
```