Socket
Book a DemoInstallSign in
Socket

@cerner/terra-open-source-scripts

Package Overview
Dependencies
Maintainers
7
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cerner/terra-open-source-scripts

Terra package with various scripts for open source development

latest
Source
npmnpm
Version
1.16.0
Version published
Weekly downloads
174
67.31%
Maintainers
7
Weekly downloads
 
Created
Source

Terra Open Source Scripts

NPM version Build Status

Terra's common open source scripts provided as terra-cli commands. These are intended to be used by terra projects and not for use outside of that ecosystem. Currently, this package provides:

  • prepare-for-release - prepares a given project for release by updating versions and changelogs. Supports both single and mono repos
  • release - releases a given project to npm and tags it in git. Supports both single and mono repos

Node version support

This package was developed and tested using Node 10 up to Node 14. Consumers using Node 16 or greater are advised to use it at their own risk since those versions are not officially supported due to lack of thorough testing.

Versioning

terra-cli is considered to be stable and will follow SemVer for versioning.

  • MAJOR versions represent breaking changes
  • MINOR versions represent added functionality in a backwards-compatible manner
  • PATCH versions represent backwards-compatible bug fixes

Consult the component CHANGELOGs, related issues, and PRs for more information.

LICENSE

Copyright 2020 Cerner Innovation, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Keywords

terra-open-source-scripts

FAQs

Package last updated on 08 Nov 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts