Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
feat(platform #66): added nodejs publish
Browse files Browse the repository at this point in the history
  • Loading branch information
AminYacine committed Nov 21, 2023
1 parent 8731923 commit 500ba04
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
Empty file added .github/publish_artifacts.yaml
Empty file.
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]>
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"
}

0 comments on commit 500ba04

Please sign in to comment.