mlrawlings / marko-starter

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

Rename and linting #9

Closed mlrawlings closed 7 years ago

mlrawlings commented 7 years ago

@philidem I haven't run this yet, but am I correct in assuming that marko-starter test-app should be marko-starter new test-app?

mlrawlings commented 7 years ago

Also, thoughts on new vs create?

austinkelleher commented 7 years ago

Just throwing out a few existing examples:

Ember: ember new test-app React: create-react-app test-app Angular: ng new test-app

philidem commented 7 years ago

Yes, it is currently marko-starter new test-app. I would prefer to use marko-starter create test-app though.

philidem commented 7 years ago

Hmm, maybe new is more prevalent based on Austin's examples.