Skip to content

nginformatica/needit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeedIt

The awesome package manager for AdvPL!

NeedIt is a fast and simple and concise package manager for TOTVS AdvPL written in Haskell with support for submodules. It is made to run concurrently with a big focus on performance. Transform your applications in libraries and host them on Github. Import them and compile on your environment!

Usage

needit

It'll look for a DEPENDENCIES file on your root and install its packages

Example

Meta-syntax

NeedIt provides a small DSL to create your packages, like:

PACKAGE example
FROM https://github.com/

NEEDS nginformatica/prelude-advpl
NEEDS nginformatica/advpl-string-builder
NEEDS nginformatica/json-advpl

You can also use the module NeedIt.hs to write your own integration.

About

The awesome dependency manager for AdvPL!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published