@rxap/preset-workspace
TypeScript icon, indicating that this package has built-in type declarations

20.0.2 • Public • Published

This package provides generators for initializing a workspace with pre-configured settings. It includes a preset generator to set up a new workspace and an init generator to coerce peer dependencies. The preset generator leverages `@rxap/plugin-workspace` to initialize the workspace based on provided options.

npm version commitizen friendly styled with prettier Libraries.io dependency status for latest release, scoped npm package npm NPM

Installation

Add the package to your workspace:

yarn add @rxap/preset-workspace

Execute the init generator:

yarn nx g @rxap/preset-workspace:init

Generators

preset

preset generator

nx g @rxap/preset-workspace:preset
Option Type Default Description
packages boolean If true, the workspace will be initialized for package development
standalone boolean If true, the workspace will be initialized for standalone development
license string gpl
repositoryUrl string The URL of the repository
skipInstall boolean

init

Initialize the package in the workspace

nx g @rxap/preset-workspace:init

Package Sidebar

Install

npm i @rxap/preset-workspace

Weekly Downloads

281

Version

20.0.2

License

GPL-3.0-or-later

Unpacked Size

111 kB

Total Files

27

Last publish

Collaborators

  • badry.muenker
  • mmuenker