Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrebriggs/spk-demo
Original prototype for Bedrock CLI interactive commands
https://github.com/andrebriggs/spk-demo
Last synced: about 16 hours ago
JSON representation
Original prototype for Bedrock CLI interactive commands
- Host: GitHub
- URL: https://github.com/andrebriggs/spk-demo
- Owner: andrebriggs
- Created: 2020-02-02T18:10:18.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T14:37:21.000Z (almost 2 years ago)
- Last Synced: 2023-08-24T04:35:52.563Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 2.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Demonstration of "Quick Start" for SPK
## Problem
* When someone visits a GitHub project page they will want to get up and going extremely fast
* People don't read documentation
* Currently we have many entry points and don't do enough to guide users down a path
* Setting up SPK configuration is difficult
* Getting the big picture of what SPK offers takes time.
* People within CSE have trouble with Bedrock
* The command line is for experts## What to accomplish in this prototype
* I want users to _get_ GitOps in less than 5 minutes.
* Develop a way to help users quickly and interactively build up their configuration
* Supercharge our scaffolding by doing what we do in the integration tests
* Get people further down the line with SPK and Bedrock practices
* Let people have a glimpse of the benefits and main idea of Bedrock## Current Requirements
Current this prototype assuming the repo for this project is a sibling to a the `spk` repo. The sibling `spk` must be named `spk`. See diagram below:
```bash
├── spk
│ ├── .git
│ ├── **
├── spk-demo (this repo)
│ ├── .git
│ ├── **
```## What to expect
![fsdf](demo.gif)
------
## Things that helped me
- https://github.com/microsoft/azure-devops-node-api (Azure Node API)
- https://www.typescriptlang.org/docs/handbook/react-&-webpack.html (Covers project layout)
- https://github.com/SBoudrias/Inquirer.js/tree/master/packages/inquirer/examples (Inqurier examples)