-
Notifications
You must be signed in to change notification settings - Fork 216
Planout compiler package.json #91
Comments
Sure, sounds great! Sent from my iPhone
|
Hey @eytan, thanks for coming back so quickly. Is there a plan to extract the compiler to a dedicated repo? Cause it looks like that's what it's needed if we want a proper NPM package so you can |
Sure, I can do that. Give me a few days though as I am traveling. Sent from my iPhone
|
@eytan, is the extraction of the compiler still planned? |
@eytan I can take care of this if you want |
@eytan, @rawls238 : Any progress on this front? I see that @rawls238 maintains the npm hosting for the JS port (https://www.npmjs.com/package/planout), and someone else ([email protected]) maintains hosting of the compiler (https://www.npmjs.com/package/planout-compiler). This package is definitely not what the original poster was looking for. It appears to be a jekyll port of the planout github.io website. It doesn't work out of the box for me and I haven't messed with dependencies, so I don't know for sure what it's supposed to do. |
if there's any interest still, I think this shouldn't take more than a couple hours |
Interested... |
Hello,
I'm building a custom compiler interface to integrate the experiments creation on a database in order to be able to distribute them across a number of applications.
Can we put the planout compiler on npm so anybody can
npm i planout-compiler --save
and require it via node's require?The text was updated successfully, but these errors were encountered: