@1fe/cli
v0.1.5
Published
CLI tools for 1FE development and build infrastructure.
Readme
@1fe/cli
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
Installation
npm install -g @1fe/cli
# or
yarn global add @1fe/cliWhat is @1fe/cli?
The @1fe/cli package provides essential development tools for 1fe widgets:
- Development server with hot reloading
- Production builds optimized for deployment
- Widget validation and contract checking
- Bundle analysis and optimization
Quick Start
Development
# Start development server
1fe-cli devBuilding
# Build for production
1fe-cli buildRelated Packages
- @1fe/shell - Application shell and platform utilities
- @1fe/server - Express server for 1fe instances
Community
If you have questions or want to discuss this project, please visit the Issues or Discussions pages in our monorepo.
License
MIT © Docusign Inc.
