Skip to content

Latest commit

 

History

History
81 lines (57 loc) · 2.67 KB

README.md

File metadata and controls

81 lines (57 loc) · 2.67 KB

Lapisian

Generate buildable and publishable libs

https://nx.dev/latest/angular/structure/buildable-and-publishable-libraries

nx g @nrwl/node:library --name=vault-env-config \
--linter=eslint --unitTestRunner=jest \
--publishable --buildable \
--importPath=@lapis-it/vault-env-config \
--testEnvironment=jsdom --no-interactive --dry-run

Name already taken:

Publish using GitHub action

npm i npmrc -g

npmrc -c lapis
npm config set registry https://svgitlab.spatialvision.com.au/api/v4/packages/npm/

npmrc -c open-source
npm config set registry https://registry.npmjs.org/

npmrc lapis

Secret for Lapis npm tokens

Running a test Vault server

Target

https://www.npmjs.com/settings/lapis-it/members https://github.com/LapisIT/lapisian

GitHub actions

https://github.com/marketplace/actions/nrwl-nx

Adding capabilities to your workspace

Nx supports many plugins which add capabilities for developing different types of applications and different tools.

These capabilities include generating applications, libraries, etc as well as the devtools to test, and build projects as well.

Below are our core plugins:

  • React
    • npm install --save-dev @nrwl/react
  • Web (no framework frontends)
    • npm install --save-dev @nrwl/web
  • Angular
    • npm install --save-dev @nrwl/angular
  • Nest
    • npm install --save-dev @nrwl/nest
  • Express
    • npm install --save-dev @nrwl/express
  • Node
    • npm install --save-dev @nrwl/node

☁ Nx Cloud

Computation Memoization in the Cloud

Nx Cloud pairs with Nx in order to enable you to build and test code more rapidly, by up to 10 times. Even teams that are new to Nx can connect to Nx Cloud and start saving time instantly.

Teams using Nx gain the advantage of building full-stack applications with their preferred framework alongside Nx’s advanced code generation and project dependency graph, plus a unified experience for both frontend and backend developers.

Visit Nx Cloud to learn more.