Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI + Blank project generator #26

Open
JedWatson opened this issue Aug 8, 2015 · 0 comments
Open

CLI + Blank project generator #26

JedWatson opened this issue Aug 8, 2015 · 0 comments

Comments

@JedWatson
Copy link
Member

As discussed in #25, I'm splitting this out into its own issue.

Would be valuable to have a cli (could be a yeoman generator to start with) that generates a blank touchstonejs project. The demo is great for examples, but then you have to rip everything out of it when you start building your app which isn't a great experience.

Workflow could be something like this:

$ touchstonejs new my-project
Welcome to TouchstoneJS! We'll create you a new project.
Which template would you like to use?
[x] Blank
[ ] Demo (see demo.touchstonejs.io)
[ ] ... more when we have other templates
Great, we'll create you a new Blank project.
Would you like to create a new directory? [Y/n] Y
Creating my-project...
(npm install)
(cordova install)
You're ready to start!
Type "cd my-project" then "touchstonejs start" to run the development server.
Type "touchstonejs help" for more info, including how to build and deploy your app.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant