au3pm

A package manager for AutoIt3

View project on GitHub

Init

Create a au3pm.json file

Synopsis


au3pm init <name>

Examples

Generate a plain au3pm.json using init:

mkdir my-au3pm-pkg && cd my-au3pm-pkg
git init
au3pm init

Description

It will ask you a bunch of questions, and then write a package.json for you. It will attempt to make reasonable guesses based on existing fields, dependencies, and options selected. It is strictly additive, so it will keep any fields and values that were already set. You can also use -y/–yes to skip the questionnaire altogether.