carbonql / carbon-ts

(PRE-RELEASE ALPHA)
Apache License 2.0
4 stars 2 forks source link

Make setup story super easy #13

Open hausdorff opened 6 years ago

hausdorff commented 6 years ago

Perhaps a CLI command that generates a new node project that sets up all the fiddly things you need (e.g., the babel extensions, etc.)

grampelberg commented 6 years ago

One example: https://github.com/facebook/create-react-app

grampelberg commented 6 years ago

It would be possible to use docker containers for a completely contained experience. You'd be able to use a golang CLI that launches a node docker image, mounts the local directory in, runs the commands inside that and outputs the results via. the golang CLI.

Obviously an enhancement, but something to think about.