Skip to content

Request: Publish binaries as NPM package #19

@mattrossman

Description

@mattrossman

It would be super handy to be able to bootstrap a Tweego project with a simple

npm install tweego

and then be able to set up a package.json with scripts like

"scripts": {
  "start": "tweego -w -o dist/index.html src/index.twee & live-server dist",
  "build" "tweego -o dist/index.html src/index.twee"
}

This would make projects more portable since the Tweego dependency would be clearly defined and automatically pulled along with any other web development tools like live-server on an npm install, rather than requiring users to manually download the appropriate binary and add it to their PATH.

Metadata

Metadata

Assignees

Labels

todoMake this happen

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions