Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .changeset/patch-all-packages.md
Original file line number Diff line number Diff line change
@@ -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
10 changes: 9 additions & 1 deletion packages/1fe-server/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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.
20 changes: 20 additions & 0 deletions packages/1fe-server/assets/1fe-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions packages/1fe-server/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
8 changes: 8 additions & 0 deletions packages/1fe-shell/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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.
20 changes: 20 additions & 0 deletions packages/1fe-shell/assets/1fe-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions packages/1fe-shell/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
10 changes: 9 additions & 1 deletion packages/cli/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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.
20 changes: 20 additions & 0 deletions packages/cli/assets/1fe-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
8 changes: 8 additions & 0 deletions packages/create-1fe-app/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
20 changes: 20 additions & 0 deletions packages/create-1fe-app/assets/1fe-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions packages/create-1fe-app/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
Loading