You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An easily clonable extension that can be used a base for building a new extension.
1
+
A starter template for developers to build new LNbits extensions.
2
2
3
-
THe usual development enviroment is:
3
+
Its functions include:
4
4
5
-
- Clone the myextension repo to your own repo
6
-
- Edit the cloned repos manifest to your details
7
-
- Install into LNbits
8
-
- Delete the cloned extensions folder in your LNbits install
9
-
- Create a symbolic link to the extensions folder, from the where you have pulled your extension `ln -s /where/you/cloned/myextension /your/lnbits/installl/lnbits/lnbits/extensions/`
5
+
- Providing a clonable base structure for new extensions
6
+
- Demonstrating LNbits extension patterns and best practices
7
+
- Including example API endpoints and database models
8
+
- Supporting symbolic linking for local development
9
+
10
+
The recommended starting point for developers who want to create custom LNbits extensions with proper structure and conventions.
11
+
12
+
Note: If you are using LLMs to generate Code, please use our Instructions to feed your Modal.
0 commit comments