BrightShadow / CSInterface-TS

Adobe extensions CSInterface v7.0 library implementation in typescript (identical to original).
MIT License
29 stars 4 forks source link

Vulcan-ts #3

Closed benjamin-mueller closed 6 years ago

benjamin-mueller commented 6 years ago

Hi,

I rewrote Vulcan.js in typescript since I needed it for my CEP 7/8 extension. I don't know how to publish it, do you want to?

Regards

Benny

BrightShadow commented 6 years ago

Yes I know. What do you need exactly. You want custom NPM, Bower etc.?

  1. If so, first of all, create a Github project for it.
  2. Register in NPM.
  3. Now you will need to prepare your project to be ready for use as NPM package. I Advice to test NPM locally first before publishing it. It is also possible to install NPM directly from github, so you can check whether you package is installing correctly. Check How to publish a package on NPM - good article. Nowadays most of packages that are written in TS can be published in this way - directly in TS, without transpilation. In such case you are targeting only TS/ES6 projects. But I think, that it is you intention (?),

Is this information sufficient for you?

BrightShadow commented 6 years ago

Closing this, because of no activity.