0.1.1 • Published 6 years ago

opl-cli v0.1.1

Weekly downloads
3
License
MIT
Repository
-
Last release
6 years ago

Opl-cli (On-Demand Project Launch)

This is an application made in Node.js with the intention of starting projects based on models hosted in Git repositories.

Usage

  • opl new Starts a new project based on pre-registered templates.
  • opl new <project-name> <git-url> <branch> Starts a new project based on templates hosted in git. The use of <branch> is optional.

The OPL has compatibility with 3 web services of git repositories, they are: Bitbucket, GitHub and GitLab. It's restricted to open source projects.

Below is the fear for url formatting for each Git provider:

ProviderUrl
Bitbucketbitbucket:owner/repository-name#branch-name
GitHubowner/repository-name#branch-name
GitLabgitlab:mygitlab.com:owner/repository-name#branch-name

License

MIT