This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(platform #66): added nodejs publish
- Loading branch information
1 parent
8731923
commit 500ba04
Showing
3 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
22 changes: 22 additions & 0 deletions
22
...r-example/order-example-camunda7/src/main/resources/element-templates/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# UnifiedArtifact npm Package | ||
|
||
## Overview | ||
Welcome to the Git repository for the UnifiedArtifact npm package. This package serves as a showcase, demonstrating how npm packages can be effectively used to introduce versioning to process artifacts. It provides a centralized hub for sharing a consistent artifact base across development projects, simplifying versioning, streamlining collaboration, and enhancing dependency management. | ||
|
||
## Key Benefits | ||
- **Version Consistency:** Ensure uniform versioning across projects for a cohesive development experience. | ||
- **Artifact Sharing:** Share a common foundation for projects, fostering collaboration and reliability. | ||
- **Seamless Integration:** Easily integrate UnifiedArtifact into your development workflow for consistent results. | ||
|
||
## How to Use | ||
1. Install the npm package: `npm install unified-artifact` | ||
2. Access JSON files directly: `const artifact = require('unified-artifact/your-file.json');` | ||
|
||
## Contributing | ||
We welcome contributions! Feel free to open issues, submit pull requests, or join the discussion. | ||
|
||
## License | ||
This repository is licensed under the MIT License. See the [LICENSE](LICENSE) file for details. | ||
|
||
## Maintainer | ||
Amin Yacine <[email protected]> |
16 changes: 16 additions & 0 deletions
16
order-example/order-example-camunda7/src/main/resources/element-templates/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"name": "unified-artifact", | ||
"version": "1.0.0", | ||
"description": "This npm package offers a centralized solution for sharing a consistent artifact base.", | ||
"files": ["*.json"], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/AminYacine/element-templates.git" | ||
}, | ||
"author": "Amin Yacine", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/AminYacine/element-templates/issues" | ||
}, | ||
"homepage": "https://github.com/AminYacine/element-templates#readme" | ||
} |