diff --git a/.changeset/patch-all-packages.md b/.changeset/patch-all-packages.md new file mode 100644 index 00000000..4e8a3251 --- /dev/null +++ b/.changeset/patch-all-packages.md @@ -0,0 +1,8 @@ +--- +'@1fe/server': patch +'@1fe/shell': patch +'@1fe/cli': patch +'@1fe/create-1fe-app': patch +--- + +Manual patch version bump for all packages diff --git a/packages/1fe-server/README.md b/packages/1fe-server/README.md index e27df90e..940b5740 100644 --- a/packages/1fe-server/README.md +++ b/packages/1fe-server/README.md @@ -1,5 +1,9 @@ +![1FE Logo](./assets/1fe-logo.svg) + # @1fe/server +[![npm version](https://badge.fury.io/js/@1fe%2Fserver.svg)](https://www.npmjs.com/package/@1fe/server) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Join the community](https://img.shields.io/badge/Join%20the%20community-1fe.com-blue)](https://1fe.com) + Express server that serves as the backbone of a 1fe instance, handling dynamic configuration, widget loading, and platform services. Follow our documentation [here](https://1fe.com/start-here/) to get started with your own 1fe instance. @@ -53,13 +57,17 @@ app.listen(3000, () => { }); ``` -To learn more, follow the reference guide [here](https://1fe.com/api-reference/1fe-server-reference/) +To learn more, follow the reference guide [here](https://1fe.com/reference/1fe-server-reference/) ## Related Packages - **[@1fe/shell](https://www.npmjs.com/package/@1fe/shell)** - Application shell and platform utilities - **[@1fe/cli](https://www.npmjs.com/package/@1fe/cli)** - CLI tools for widget development +## Community + +If you have questions or want to discuss this project, please visit the [Issues](https://github.com/docusign/1fe/issues) or [Discussions](https://github.com/docusign/1fe/discussions) pages in our monorepo. + ## License MIT © Docusign Inc. diff --git a/packages/1fe-server/assets/1fe-logo.svg b/packages/1fe-server/assets/1fe-logo.svg new file mode 100644 index 00000000..8dc41f40 --- /dev/null +++ b/packages/1fe-server/assets/1fe-logo.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/packages/1fe-server/package.json b/packages/1fe-server/package.json index fe8c0012..1b7941bd 100644 --- a/packages/1fe-server/package.json +++ b/packages/1fe-server/package.json @@ -1,6 +1,18 @@ { "name": "@1fe/server", "version": "0.1.2", + "description": "Server-side runtime and utilities for 1FE applications", + "keywords": [ + "1fe", + "frontend", + "server", + "express", + "middleware", + "micro-frontend", + "runtime", + "csp", + "security" + ], "license": "MIT", "sideEffects": false, "files": [ diff --git a/packages/1fe-shell/README.md b/packages/1fe-shell/README.md index 0121cad2..90f8c613 100644 --- a/packages/1fe-shell/README.md +++ b/packages/1fe-shell/README.md @@ -1,5 +1,9 @@ +![1FE Logo](./assets/1fe-logo.svg) + # @1fe/shell +[![npm version](https://badge.fury.io/js/@1fe%2Fshell.svg)](https://www.npmjs.com/package/@1fe/shell) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Join the community](https://img.shields.io/badge/Join%20the%20community-1fe.com-blue)](https://1fe.com) + Application shell providing common UI components, layout, and platform utilities for 1fe widgets. Follow our documentation [here](https://1fe.com/start-here/) to learn more about 1fe and how the shell works. @@ -60,6 +64,10 @@ export default function MyWidget() { - **[@1fe/server](https://www.npmjs.com/package/@1fe/server)** - Express server for 1fe instances - **[@1fe/cli](https://www.npmjs.com/package/@1fe/cli)** - CLI tools for widget development +## Community + +If you have questions or want to discuss this project, please visit the [Issues](https://github.com/docusign/1fe/issues) or [Discussions](https://github.com/docusign/1fe/discussions) pages in our monorepo. + ## License MIT © Docusign Inc. diff --git a/packages/1fe-shell/assets/1fe-logo.svg b/packages/1fe-shell/assets/1fe-logo.svg new file mode 100644 index 00000000..8dc41f40 --- /dev/null +++ b/packages/1fe-shell/assets/1fe-logo.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/packages/1fe-shell/package.json b/packages/1fe-shell/package.json index f5983ac1..7637d3e8 100644 --- a/packages/1fe-shell/package.json +++ b/packages/1fe-shell/package.json @@ -1,6 +1,19 @@ { "name": "@1fe/shell", "version": "0.1.2", + "description": "Frontend shell and runtime for 1FE micro-frontend applications", + "keywords": [ + "1fe", + "frontend", + "shell", + "micro-frontend", + "react", + "runtime", + "platform", + "widgets", + "routing", + "event-bus" + ], "license": "MIT", "sideEffects": false, "files": [ diff --git a/packages/cli/README.md b/packages/cli/README.md index 950679a8..691e5e23 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -1,8 +1,12 @@ +![1FE Logo](./assets/1fe-logo.svg) + # @1fe/cli +[![npm version](https://badge.fury.io/js/@1fe%2Fcli.svg)](https://www.npmjs.com/package/@1fe/cli) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Join the community](https://img.shields.io/badge/Join%20the%20community-1fe.com-blue)](https://1fe.com) + Command-line tools for building, developing, and validating widgets within the 1fe ecosystem. -To learn more about what cli has to offer, read through the reference [here](https://1fe.com/api-reference/1fe-cli-reference/) +To learn more about what cli has to offer, read through the reference [here](https://1fe.com/reference/1fe-config-reference/) ## Installation @@ -42,6 +46,10 @@ The `@1fe/cli` package provides essential development tools for 1fe widgets: - **[@1fe/shell](https://www.npmjs.com/package/@1fe/shell)** - Application shell and platform utilities - **[@1fe/server](https://www.npmjs.com/package/@1fe/server)** - Express server for 1fe instances +## Community + +If you have questions or want to discuss this project, please visit the [Issues](https://github.com/docusign/1fe/issues) or [Discussions](https://github.com/docusign/1fe/discussions) pages in our monorepo. + ## License MIT © Docusign Inc. diff --git a/packages/cli/assets/1fe-logo.svg b/packages/cli/assets/1fe-logo.svg new file mode 100644 index 00000000..8dc41f40 --- /dev/null +++ b/packages/cli/assets/1fe-logo.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/packages/cli/package.json b/packages/cli/package.json index 69e30cb4..72e7c9b1 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,18 @@ { "name": "@1fe/cli", "description": "CLI tools for 1FE development and build infrastructure.", + "keywords": [ + "1fe", + "cli", + "frontend", + "build", + "development", + "micro-frontend", + "tools", + "webpack", + "typescript", + "contracts" + ], "version": "0.1.1", "bin": { "1fe-cli": "./dist/index.js" diff --git a/packages/create-1fe-app/README.md b/packages/create-1fe-app/README.md index c10cb727..ffaa40c6 100644 --- a/packages/create-1fe-app/README.md +++ b/packages/create-1fe-app/README.md @@ -1,5 +1,9 @@ +![1FE Logo](./assets/1fe-logo.svg) + # @1fe/create-1fe-app +[![npm version](https://badge.fury.io/js/@1fe%2Fcreate-1fe-app.svg)](https://www.npmjs.com/package/@1fe/create-1fe-app) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Join the community](https://img.shields.io/badge/Join%20the%20community-1fe.com-blue)](https://1fe.com) + > 🚀 CLI tool to quickly scaffold a new 1fe instance A command-line interface for creating new 1fe (One Frontend) instance @@ -124,6 +128,10 @@ nvm use 22 - **[1fe Documentation](https://1fe.com)** - Complete 1fe framework docs - **[Starter Template](https://github.com/docusign/1fe-starter-app)** - The template this tool clones +## 🤝 Community + +If you have questions or want to discuss this project, please visit the [Issues](https://github.com/docusign/1fe/issues) or [Discussions](https://github.com/docusign/1fe/discussions) pages in our monorepo. + --- Made with ❤️ by the 1fe team diff --git a/packages/create-1fe-app/assets/1fe-logo.svg b/packages/create-1fe-app/assets/1fe-logo.svg new file mode 100644 index 00000000..8dc41f40 --- /dev/null +++ b/packages/create-1fe-app/assets/1fe-logo.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/packages/create-1fe-app/package.json b/packages/create-1fe-app/package.json index 82c1da32..376ca772 100644 --- a/packages/create-1fe-app/package.json +++ b/packages/create-1fe-app/package.json @@ -1,6 +1,19 @@ { "name": "@1fe/create-1fe-app", "version": "0.0.3", + "description": "Create new 1FE applications with pre-configured setup and best practices", + "keywords": [ + "1fe", + "create-app", + "scaffold", + "generator", + "micro-frontend", + "cli", + "boilerplate", + "starter", + "template", + "frontend" + ], "main": "dist/cli.js", "bin": "dist/cli.js", "scripts": {