mlrawlings / marko-starter

easiest way to create a new marko app
7 stars 1 forks source link

Proposal: Rename to marko-starter #3

Open philidem opened 7 years ago

philidem commented 7 years ago

I think we should rename this project to marko-starter because it is kind of a starter project and it will start your marko server.

Usage:

marko-starter start
marko-starter build
marko-starter eject

I don't think we should move this to marko-devtools because the name marko-devtools implies that it is only needed during development. We hope to make marko-starter viable for runtime usage as well.

austinkelleher commented 7 years ago

I think we should expose a marko command like marko create test-app, which would install marko-starter.

philidem commented 7 years ago

I think we should keep marko-starter separate.

I would expect the workflow to be something like:

npm install marko-starter -g
marko-starter create test-app

Thoughts?

philidem commented 7 years ago

@mlrawlings can you rename this repo so that the README is consistent?