A system of development tools, and utilities used à la carte or as a suite to build enterprise-grade websites and applications.
Перейти к файлу
FAST DevOps a2808b71c4 applying package updates 2022-04-05 17:46:00 +00:00
.github Add the gh-pages branch to the build gate workflow (#205) 2022-03-29 15:52:52 -07:00
.vscode Add Beachball to repository for publishing NPM packages (#103) 2021-10-08 12:08:21 -07:00
build Add tooling packages from the FAST repository 2021-09-16 10:59:57 -07:00
packages applying package updates 2022-04-05 17:46:00 +00:00
.eslintignore Add tooling packages from the FAST repository 2021-09-16 10:59:57 -07:00
.eslintrc.js Add tooling packages from the FAST repository 2021-09-16 10:59:57 -07:00
.gitattributes Add Git Ignore and Attribute files (#63) 2021-08-11 13:56:37 -07:00
.gitignore Add tooling packages from the FAST repository 2021-09-16 10:59:57 -07:00
.prettierignore Add tooling packages from the FAST repository 2021-09-16 10:59:57 -07:00
.prettierrc Add tooling packages from the FAST repository 2021-09-16 10:59:57 -07:00
BRANCH_GUIDE.md Updated the documentation for feature branches to target the beachball config (#195) 2022-02-17 11:27:08 -08:00
CODE_OF_CONDUCT.md CODE_OF_CONDUCT.md committed 2021-06-28 18:28:42 -07:00
CONTRIBUTING.md Added documentation for branches (#194) 2022-02-16 16:17:57 -08:00
LICENSE LICENSE committed 2021-06-28 18:28:42 -07:00
PUBLISHING.md Add PAT documentation for Microsoft SSO (#149) 2021-11-16 16:38:52 -08:00
README.md Update the FAST Tooling project readme (#88) 2021-09-24 08:54:06 -07:00
SECURITY.md SECURITY.md committed 2021-06-28 18:28:43 -07:00
STYLE_GUIDE.md Added documentation for branches (#194) 2022-02-16 16:17:57 -08:00
beachball.config.js Add Beachball to repository for publishing NPM packages (#103) 2021-10-08 12:08:21 -07:00
package-lock.json add file extensions to imports (#209) 2022-04-05 10:31:21 -07:00
package.json Adding Playwright testing (#151) 2021-12-01 10:20:52 -08:00
tsconfig.json Update TypeScript dependency to 4.3.x (#130) 2021-10-27 08:52:52 -07:00

README.md

FAST Tooling

This is the FAST Tooling project, containing a set of packages that can be combined to create complex workflows for web applications. The goal of these workflows is to allow users to create and modify their own web based experiences, from individual web components to completed web sites.

This project is not to be confused with its related project FAST, a set of libraries for creating native web components and design systems.

Packages

@microsoft/fast-tooling

License: MIT npm version

The @microsoft/fast-tooling package contains a web worker referred to as the Message System and infrastructure for registering, posting, and receiving messages that aide in editing and navigating a serializable data structure that maps to JSON schema. There are also various services available to integrate commonly used libraries with the Message System, such as AJV and the Monaco Editor. To learn more, check out the package README.

@microsoft/fast-tooling-react

License: MIT npm version

The @microsoft/fast-tooling-react package contains various React components that work with the message system provided by @microsoft/fast-tooling to edit data, render data as HTML, and navigate data. To learn more, check out the package README.

Joining the Community

Looking to get answers to questions or engage with us in realtime? Our community is most active on Discord. Submit requests and issues on GitHub, or join us by contributing on some good first issues via GitHub.

We look forward to building an amazing open source community with you!

Contact

  • Join the community and chat with us in real-time on Discord.
  • Submit requests and issues on GitHub.