xtd (pronounced "extend") is a modern C++17/20 framework to create console, GUI (forms like WinForms) and unit test applications on Microsoft Windows, Apple macOS, Linux, iOS and android (*).
(*) See portability for more information.
This project is a documentation site for xtd.
Website : https://gammasoft71.github.io/xtd/
- Node.js >= 16.14
$ yarn
This commands install all needed packages.
$ yarn start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
$ yarn build
This command generates static content into the build
directory and can be served using any static contents hosting service.
$ yarn serve
This command starts a local server from build
directory and opens up a browser window.
$ yarn deploy
This command use yarn build
and deploy the build
directory into the gh-pages
branch.
Warning
An error may occur when the
gh-pages
local branch already exists. Delete it with :$ git branch -D gh-pages
And then use the deploy command.
This website is built using Docusaurus 2, a modern static website generator.