question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to init in current folder?

See original GitHub issue

I want to init a webpack template in my current project my/project folder by running

➜  my/project vue init webpack

instead of jumping out and run $ vue init webpack my/project.

How to do it?

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

37reactions
yyx990803commented, Jan 26, 2016

Now supported in 1.4.0.

2reactions
nblackburncommented, Jan 26, 2016

You could try this (not tested) to initialize a project in the current folder, take note of the dot as it is the one thing you were missing.

vue init webpack .

EDIT: Not working upon testing to please ignore this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

react-native init in current folder - Stack Overflow
I delete the node_modules, and then react-native init PROJECTNAME. Then I take the PROJECTNAME/ios PROJECTNAME/android folders generated ...
Read more >
How to initialize for existing directory? · Issue #1433 - GitHub
I'm trying to initialize react native with existing repository in github. For example, I have project1 cloned from the repository.
Read more >
git-init Documentation - Git
This command creates an empty Git repository - basically a .git directory with subdirectories for objects , refs/heads , refs/tags , and template...
Read more >
cargo init - The Cargo Book
This command will create a new Cargo manifest in the current directory. Give a path as an argument to create in the given...
Read more >
git init | Atlassian Git Tutorial
Executing git init creates a .git subdirectory in the current working directory, which contains all of the necessary Git metadata for the new...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found