https://github.com/americanexpress/one-app-cli
✨A set of command line interface (CLI) tools for bundling One App, it's modules, and property files(locale and environment specific files).
https://github.com/americanexpress/one-app-cli
bundler cli modules one-app
Last synced: about 2 months ago
JSON representation
✨A set of command line interface (CLI) tools for bundling One App, it's modules, and property files(locale and environment specific files).
- Host: GitHub
- URL: https://github.com/americanexpress/one-app-cli
- Owner: americanexpress
- License: apache-2.0
- Created: 2019-12-03T16:07:33.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-04-10T18:47:04.000Z (over 1 year ago)
- Last Synced: 2024-04-14T13:05:32.839Z (over 1 year ago)
- Topics: bundler, cli, modules, one-app
- Language: JavaScript
- Homepage:
- Size: 4.96 MB
- Stars: 36
- Watchers: 19
- Forks: 28
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
[One App is now InnerSource](https://github.com/americanexpress/one-app/issues/1393)
![]()
[](https://lerna.js.org/)
> A set of command line interface (CLI) tools for bundling **[One App](https://github.com/americanexpress/one-app)**, its modules, and property files(locale and environment specific files).
## 📖 Table of Contents
* [Packages](#-packages)
* [Contributing](#-contributing)## 📦 Packages
This codebase has the following packages:
| Name | Description |
|---------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------|
| **[eslint-plugin-one-app](./packages/eslint-plugin-one-app)** | [eslint](https://eslint.org/) plugin that exports rules related to One App usage
| **[one-app-bundler](./packages/one-app-bundler)** | CLI to bundle one-app modules |
| **[one-app-dev-bundler](./packages/one-app-dev-bundler)** | An alternate ESBuild bundler for development environments. This is a sub-package of the one-app-bundler. |
| **[one-app-locale-bundler](./packages/one-app-locale-bundler)** | CLI to bundle locale and environment JSON files |
| **[one-app-runner](./packages/one-app-runner)** | CLI tool for running [One App](https://github.com/americanexpress/one-app) locally |## 🏆 Contributing
We welcome Your interest in the American Express Open Source Community on Github.
Any Contributor to any Open Source Project managed by the American Express Open
Source Community must accept and sign an Agreement indicating agreement to the
terms below. Except for the rights granted in this Agreement to American Express
and to recipients of software distributed by American Express, You reserve all
right, title, and interest, if any, in and to Your Contributions. Please [fill
out the Agreement](https://cla-assistant.io/americanexpress/one-app-cli).Please feel free to open pull requests and see [CONTRIBUTING.md](./CONTRIBUTING.md) to learn how to get started contributing.
## 🗝️ License
Any contributions made under this project will be governed by the [Apache License
2.0](./LICENSE.txt).## 🗣️ Code of Conduct
This project adheres to the [American Express Community Guidelines](./CONTRIBUTING.md).
By participating, you are expected to honor these guidelines.