-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Description
Overview
Want to be able to import fluid as an npm package, and publish / test websites that way, instead of by bundling all of fluid, and forcing the user to download the Purescript compiler. Instead, we want to be able to build websites locally, supply them with fluid as a library, and then run them as we would expect. Currently, we are able to do this in the local project, and as an npm package, but have yet to test calling the script by using the fluid command-line tool that gets supplied to a consumer of the npm package.
Done/dropped:
- Push the current
fluidfunctionality into a specific command, e.g.fluid eval -f [...] -d [...] - Add a new web publishing command, e.g.
fluid publish -arg1 [...] -arg2 [...]- Test it
See also:
- Test it
- NPM library #1036
fluidcommand-line arguments via YAML config file #1018- Command-line tool to evaluate Fluid file #1191
- Move IPCC AR6 SPM example to
transparent-textauthoring-assistant#25
Also:
- Building a simple command line tool with npm
- purescript-optparse ❌ package seems broken w.r.t.
Node.Process
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done