https://github.com/extensionengine/pipeline-core-orb
https://github.com/extensionengine/pipeline-core-orb
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/extensionengine/pipeline-core-orb
- Owner: ExtensionEngine
- License: mit
- Created: 2023-12-11T11:30:52.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T14:00:58.000Z (about 2 years ago)
- Last Synced: 2024-05-22T15:28:11.385Z (about 2 years ago)
- Language: Shell
- Size: 107 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Core Orb [](https://circleci.com/gh/ExtensionEngine/pipeline-core-orb) [](https://circleci.com/developer/orbs/orb/studion/core) [](https://raw.githubusercontent.com/ExtensionEngine/pipeline-core-orb/master/LICENSE) [](https://discuss.circleci.com/c/ecosystem/orbs)
An orb to facilitate Node.js work within Studion CircleCI pipelines. Inspired by CircleCI Node Orb.\
Key features:
- Support for pnpm and npm
- Ensure the specific version/tag of the package manager is installed
- The default value of the package manager is picked from the environment
- Install dependencies with caching enabled by default
- Run scripts defined inside a package.json using a command for better composition
- Use Docker executor with integrated Infisical for secure secret retrieval
- Can only run in execution environments with Node.js pre-installed
## Usage
See [the official registry page](https://circleci.com/developer/orbs/orb/studion/core) of this orb for guidelines and examples.