oh-my-posh/docs
Khaos 457f439a9f
feat(plastic): add Plastic SCM segment
* feat(plastic): added Plastic SCM segment

* refactor(plastic): polished new Plastic SCM segment

* refactor: moved common scm segment code into base type

git and plastic share some common methods and status properties. So moving them in a base type keeps the code base DRY

* doc(plastic): Added docs for manual testing Plastic SCM

* fix(plastic): Show files with merge conflicts as unmerged

* fix(plastic): adhere to empty string check guidelines

* fix(plastic): fixed linter errors

* fix(pwsh): alert when we can't download dependencies

resolves #1382

* refactor(plastic): polished new Plastic SCM segment

* refactor: moved common scm segment code into base type

git and plastic share some common methods and status properties

* docs(plastic): added docs for manual testing Plastic SCM

* fix(plastic): show files with merge conflicts as unmerged

* fix(plastic): adhere to empty string check guidelines

* fix(plastic): fixed linter errors

Co-authored-by: Jan De Dobbeleer <jan.de.dobbeleer@gmail.com>
Co-authored-by: Jan De Dobbeleer <2492783+JanDeDobbeleer@users.noreply.github.com>
2021-12-11 22:08:47 +01:00
..
docs feat(plastic): add Plastic SCM segment 2021-12-11 22:08:47 +01:00
plugins/appinsights docs: add analytics 2021-09-27 20:49:04 +02:00
src docs: style GitHub link 2021-10-29 18:21:56 +02:00
static docs: add gif for transient prompt 2021-10-19 19:39:20 +02:00
.gitignore feat: add docs 2020-10-05 17:19:05 +02:00
docusaurus.config.js feat(cmd): support Windows CMD 2021-11-13 19:41:42 +01:00
export_themes.js fix(theme): unicorn 2021-10-28 09:57:47 +02:00
package-lock.json chore(docs): update dependencies 2021-11-26 14:25:20 +01:00
package.json chore(docs): update dependencies 2021-11-26 14:25:20 +01:00
README.md feat: add docs 2020-10-05 17:19:05 +02:00
sidebars.js feat(plastic): add Plastic SCM segment 2021-12-11 22:08:47 +01:00

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

$ yarn install

Local Development

$ yarn start

This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.