How do I create Multiple Meteor Projects? - meteor

How do I create more meteor projects? I tried "meteor create ..." but it said I can't create one inside another project.
Also, how do I delete a project?
Thanks.

Nevermind. I realized that I can just delete the project folder, navigate to another folder, and create a new project wherever I want a run the meteor command to start my server there. Thanks for reading.

Related

TFS doesn't recreated ASP 5 solution DNX wrap folders

I have an ASP 5 solution with an Web Api project. I have DNX set up with local dependencies. It creates the wrap folder as I would expect. When another developer gets the latest and builds the solution, it doesn't create the wrap directories as it should. The way we get around it is to remove and add the references back. That will recreate the wrap folders. I could check in the wrap folders but that would mean adding/checking in a new folder every time i want to add a reference. Here is similar post from another site.
http://www.ceus-now.com/mvc-6-can-t-recreate-wrap-folder/
There isn't any setting to configure this for now. You can submit an feedback on Asp.Net - GitHub.
The alternative way for now would be checking in the "wrap" folder into Source Control or create a "Before Build" task or a pre-build event to call dnu wrap command to create the wrap folder like the link you referred.

How can I rename an existing Spring MVC maven project

I have an existing Spring MVC maven project. Everything in the current project is exactly what I need as a template for a new Spring project. Is there any way I can use the existing project as a template and rename it to a new project without changing anything but the name. I tried to recreate the existing project from scratch and just add the same existing components but am running into a lot of problems with the dependencies and other jar files as well as configurations.
I got it. All I did was select copy from the file menu and then it allowed me to rename it.
First select your project, click on the File option in side of the file choose rename option then you can change the project name.

How to add Meteor framework/platform support to existing module in Intellij IDEA (14.1.5)?

I need to add Meteor framework to existing module.
As I can see this option is available for new modules (static web->Meteor app).
But I can't find how to make this with existing module.
You just ope the project containing .meteor folder and make sure the meteor plugin is active.
Settings->Languages & Frameworks->Javascript->Templates
Tick "Open HTML files as Handlebars/Mustache" option.

how to delete Meteor app.. simply remove directory?

quick question, I think. If I want to delete an app that I created with $> meteor create myapp; do I just remove the myapp directory?
thanks
Yes, just remove the directory. Meteor stores everything in a .meteor folder under your app's directory.
EDIT: that's not entirely true, Meteor also has a local cache of packages you've installed (so it doesn't have to fetch them later). This usually goes to your home folder and works in much the same way as npm. But it's not necessary to delete this in order to remove the meteor application, they are unrelated.
If you use Cloud 9 service (c9.io) you can create a meteor workspace with whatever npm/Atomoshphere packages that you normally work with, then clone it as a starting point for a new project. Your concerns and other peoples opinions are rendered moot.

Flex: create a template app?

Whenever I start a new project in Flex builder I always have to go and add all my project build paths, adjust the compiler settings, etc. Is there a way I can make a template with all that done and then just click new from template?
Thanks.
No, but I can think of a workaround or two. Try importing an existing project to a new location, then delete what you don't need.
Even better, you could make a "template" project that has all the settings you want. Then, whenever you want to create a new project, create one, then on the command-line or using Finder (or explorer), copy the project files from the template project in, making sure to update the name correctly. The files that control this are: .flexProperties, .actionScriptProperties, .settings/, and .project, I believe. They are in the root folder of any FB project.

Resources