Kitura / Kitura/kitura-cli

Implement custom project support in Kitura CLI

Open
#44 0 comments 0 reactions 1 assignee Claimed by @adam-rocska View on GitHub
Dominant language
Go
Stars
15
Forks
7
PR merge metrics
No merged PRs in 30d

Description

### Context & Description

Currently, `kitura init` runs the generator using `npx`. It would be nice to also allow users to scaffold a project from an arbitrary git repository.

This would look like:

`kitura init --clone https://www.github.com/username/project`

Under the covers this would do `git clone https://www.github.com/username/project`.

## Clear & Actionable Tasks
- [ ] Enhance `kitura init` to allow scaffolding from arbitrary projects
- [ ] Tag new version and publish to NPM

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.