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.

support git & github branches in the templates downloader

See original GitHub issue

Outline

In Embark (develop branch), it’s possible to specify a template when creating a new project. for e.g embark new dwitter --template https://github.com/status-im/dappcon-workshop-dapp/ will create a new project with the contents of https://github.com/status-im/dappcon-workshop-dapp/.

The goal of this task is to support git URIs & github URLs that specify branches.

Acceptance Criteria

The following should be supported

  • Valid git URIs, for e.g: ** embark new dtwitter --template git@github.com/status-im/dappcon-workshop-dapp#start-here
  • Valid github URLs with branches, for e.g: ** embark new dtwitter --template github.com/status-im/dappcon-workshop-dapp/tree/start-here

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:10 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
gitcoinbotcommented, Sep 6, 2018

Issue Status: 1. Open 2. Started 3. Submitted 4. Done


The funding of 180.0 DAI (180.0 USD @ $1.0/DAI) attached to this issue has been approved & issued to @eiselems.

0reactions
eiselemscommented, Sep 7, 2018

@StatusSceptre here you go my status code 0x043fc5f0224b1ddbf3a5a897821169d7aad192b1111f095b9bc41854896ce221caf4e7b080d399a500517a2f9cf902722de6a07e7b428b1bd630b3af634402df2a

Read more comments on GitHub >

github_iconTop Results From Across the Web

Creating a repository from a template - GitHub Docs
You can choose to include the directory structure and files from only the default branch of the template repository or to include all...
Read more >
Configuring issue templates for your repository - GitHub Docs
Click Commit changes. Once these changes are merged into the default branch, the template will be available for contributors to use when they...
Read more >
Creating a template repository - GitHub Docs
You can make an existing repository a template, so you and others can generate new repositories with the same directory structure, branches, and...
Read more >
Download template from github/git repo? · Issue #20
It's possible get the templates from a git repository? ... plop doesn't support dynamically downloading templates when you trigger plop.
Read more >
add possibility to download project generated from template ...
Some heavily regulated companies has stron access polices around git repo creation. Current support for publishing to git repo is limited to ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

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