-
-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
todoMake this happenMake this happen
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
todoMake this happenMake this happen