Skip to main content
DuncanL
Inspiring
April 19, 2022
Question

I've Created a CLI Tool for Creating Extensions

  • April 19, 2022
  • 2 replies
  • 344 views

 

Hey all,

 

Recently I've been working on a lot of different extension projects and got a little frustrated with the workflow, so I started working on some tools to streamline the process a bit.

 

The first is a CLI tool that creates the necessary files for an extension and is now available via NPM.

 

 

You can directly access the tool via the command:

 

npx create-adobe-extension

 

Currently it just creates the initial bundle and one extension but I plan to add additional functionality as I go, like adding more extensions to a bundle or modifying properties of extensions within the bundle.

 

I hope this helps you guys out a bit, please report any bugs you experience as I'm trying to get this working smooth asap.

 

Thanks!

- Duncan

This topic has been closed for replies.

2 replies

CarlosCanto
Community Expert
Community Expert
April 20, 2022

thanks for sharing Duncan!

m1b
Community Expert
Community Expert
April 19, 2022

Thanks so much for sharing! I'll check it out when I get a chance.

- Mark

m1b
Community Expert
Community Expert
April 24, 2022

Hi @DuncanL, I have created an issue on your github repo.

- Mark

DuncanL
DuncanLAuthor
Inspiring
April 25, 2022

Glad we got that sorted, I'm adding your suggestion to the documentation right now 🙂