Adding a Command - SelyanSel/AppLink GitHub Wiki

💻 Adding a Command

!!! Warning: Commands are still in development and is not yet fully supported by AppLink !!!

To add a command, you need a basic knowledge in JSON & batch.

Steps

  1. Open your AppLink server installation. Go to ".applink", then "server" and finally "apps".
  2. Open in a text editor the "appsRegistery.json" file. You can use a JSON beautifier to view it best.
  3. Once opened (and beautified) it should look like this: image_NOTE: you may see other entries as the one shown on the image is the default apps & commands._
  4. Add a new entry to the "commands" array. It should have the following string entries:
  1. Once the entry is added, you can save the file. You will need to restart AppLink server to have the changes appear.

✔️ Conclusion

Congrats 🎉! You now have added a command to AppLink server.