🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

@equinor/amplify-components

Package Overview
Dependencies
Maintainers
4
Versions
451
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@equinor/amplify-components

Frontend Typescript components for the Amplify team

latest
npmnpm
Version
7.12.11
Version published
Weekly downloads
904
96.52%
Maintainers
4
Weekly downloads
 
Created
Source
intro-logo

This package contains components, utils, providers and hooks developed and used by the amplify team.

  • Storybook

Building amplify-components

Build and publish is done automatically when code is merged into main branch, if the package.json version number is higher. To increase the version number use npm run version <type> and specify what type of versioning.

Using config files from amplify-components

  • Navigate to your projects root folder, ~/Projects/recap for instance

  • Copy and run the following command

wget -q -O - https://raw.githubusercontent.com/equinor/amplify-components/main/config/install.sh | bash

This should have downloaded the .eslintrc.cjs, .prettierignore, .prettierrc.jr, tsconfig.json, env.sh, Dockerfile, proxy/nginx.conf, proxy/securityheaders.conf and github actions workflow files

  • Navigate to your projects root folder, ~/Projects/recap for instance

  • Copy and run the following command

wget -q -O - https://raw.githubusercontent.com/equinor/amplify-components/main/config/install-deployment-files.sh | bash

This should have downloaded the build_deploy_radix.yaml, promote.yaml, notify.yaml, push.yaml

NOTE: These files should eventually be served from the same install script we use for getting other config files. We serve it from a different script so that applications which are not ready for the change in deployment process don't have to rush.

Notes

This script assumes the following structure in the project

project
│   README.md
│
└───client
│   |   ...
│   
└───server
    │   ...

Installing pre-commit hook in an application

  • Navigate to your projects root folder, ~/Projects/recap for instance

  • Copy and run the following command

wget -q -O - https://raw.githubusercontent.com/equinor/amplify-components/main/config/precommit/install.sh | bash

This should have downloaded a package.json file in the root of the project, created (if it didn't exist) the tooling folder. You should also see a .husky folder in the root of the project with a file called pre-commit inside

Latest version

main

FAQs

Package last updated on 16 Jul 2024

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