Pre-create extensions folder

Pre-create extensions folder on new Wappler projects, for convenience

We will be automating the whole extensions installation when extensions will be delivered in a package. So this will come naturally.

2 Likes

This is already implemented if I’m not mistaken @Teodor

Well we have to finalize also the server side extensions and auto installing them from npm. Then it will be auto created indeed.

1 Like

Noice.

Then registry.wappler.io and subscriptions, right? :smiley: Additional source of revenue and dev support :slight_smile:

hmm interesting idea :slight_smile:

Well we will currently stick to NPM :slight_smile:

1 Like

After the extension is created, where do I locate it?

That’s defined in the hjson.

Wappler 10-03-2023 12.47.21 000260

Wappler 10-03-2023 12.46.33 000258

Thanks @JonL that is so cool
Wow!!! That’s so cool, I’m excited to create my own components.

2 Likes

Unfortunately, it didn’t come naturally. I wanted to create a custom formatter - which isn’t an extension - and the folder wasn’t pre-created, so now I’m going to have to search the correct path location

It would be great if Wappler could pre-create these folders

If you just build a custom extension and publish it to npm for easy installation, all the required folders will be auto created during installation, see:

1 Like