@backstage/cli
- Version 0.32.0
- Published
- 614 kB
- 114 dependencies
- Apache-2.0 license
Install
npm i @backstage/cli
yarn add @backstage/cli
pnpm add @backstage/cli
Overview
CLI for developing Backstage plugins and apps
Index
Namespaces
namespace *.icon.svg
module '*.icon.svg' {}
Example 1
import SvgIcon from '@material-ui/core/SvgIcon';const MyIcon = () => (<SvgIcon><g><path d="..." /></g></SvgIcon>)Deprecated
support for .icon.svg extensions are being removed, inline the SVG elements in a MUI SvgIcon instead.
variable Icon
const Icon: ComponentType<SvgIconProps>;
Example 1
import SvgIcon from '@material-ui/core/SvgIcon';const MyIcon = () => (<SvgIcon><g><path d="..." /></g></SvgIcon>)Deprecated
support for .icon.svg extensions are being removed, inline the SVG elements in a MUI SvgIcon instead.
namespace *.module.css
module '*.module.css' {}
variable classes
const classes: { readonly [key: string]: string };
namespace *.module.sass
module '*.module.sass' {}
variable classes
const classes: { readonly [key: string]: string };
namespace *.module.scss
module '*.module.scss' {}
variable classes
const classes: { readonly [key: string]: string };
namespace *.sass
module '*.sass' {}
variable classes
const classes: { readonly [key: string]: string };
Package Files (2)
Dependencies (114)
- @backstage/catalog-model
- @backstage/cli-common
- @backstage/cli-node
- @backstage/config
- @backstage/config-loader
- @backstage/errors
- @backstage/eslint-plugin
- @backstage/integration
- @backstage/release-manifests
- @backstage/types
- @manypkg/get-packages
- @module-federation/enhanced
- @octokit/graphql
- @octokit/graphql-schema
- @octokit/oauth-app
- @octokit/request
- @pmmmwh/react-refresh-webpack-plugin
- @rollup/plugin-commonjs
- @rollup/plugin-json
- @rollup/plugin-node-resolve
- @rollup/plugin-yaml
- @spotify/eslint-config-base
- @spotify/eslint-config-react
- @spotify/eslint-config-typescript
- @sucrase/webpack-loader
- @svgr/core
- @svgr/plugin-jsx
- @svgr/plugin-svgo
- @svgr/rollup
- @svgr/webpack
- @swc/core
- @swc/helpers
- @swc/jest
- @types/jest
- @types/webpack-env
- @typescript-eslint/eslint-plugin
- @typescript-eslint/parser
- @yarnpkg/lockfile
- @yarnpkg/parsers
- bfj
- buffer
- chalk
- chokidar
- commander
- cross-fetch
- cross-spawn
- css-loader
- ctrlc-windows
- esbuild
- esbuild-loader
- eslint
- eslint-config-prettier
- eslint-formatter-friendly
- eslint-plugin-deprecation
- eslint-plugin-import
- eslint-plugin-jest
- eslint-plugin-jsx-a11y
- eslint-plugin-react
- eslint-plugin-react-hooks
- eslint-plugin-unused-imports
- eslint-webpack-plugin
- express
- fork-ts-checker-webpack-plugin
- fs-extra
- git-url-parse
- glob
- global-agent
- globby
- handlebars
- html-webpack-plugin
- inquirer
- jest
- jest-cli
- jest-css-modules
- jest-environment-jsdom
- jest-runtime
- json-schema
- lodash
- mini-css-extract-plugin
- minimatch
- node-stdlib-browser
- npm-packlist
- ora
- p-queue
- pirates
- postcss
- process
- raw-loader
- react-dev-utils
- react-refresh
- recursive-readdir
- replace-in-file
- rollup
- rollup-plugin-dts
- rollup-plugin-esbuild
- rollup-plugin-postcss
- rollup-pluginutils
- semver
- style-loader
- sucrase
- swc-loader
- tar
- terser-webpack-plugin
- ts-morph
- undici
- util
- webpack
- webpack-dev-server
- yaml
- yargs
- yml-loader
- yn
- zod
- zod-validation-error
Dev Dependencies (38)
- @backstage/backend-plugin-api
- @backstage/backend-test-utils
- @backstage/catalog-client
- @backstage/config
- @backstage/core-app-api
- @backstage/core-components
- @backstage/core-plugin-api
- @backstage/dev-utils
- @backstage/errors
- @backstage/plugin-auth-backend
- @backstage/plugin-auth-backend-module-guest-provider
- @backstage/plugin-catalog-node
- @backstage/plugin-scaffolder-node
- @backstage/plugin-scaffolder-node-test-utils
- @backstage/test-utils
- @backstage/theme
- @rspack/core
- @rspack/dev-server
- @rspack/plugin-react-refresh
- @types/cross-spawn
- @types/ejs
- @types/express
- @types/fs-extra
- @types/http-proxy
- @types/inquirer
- @types/node
- @types/npm-packlist
- @types/recursive-readdir
- @types/rollup-plugin-peer-deps-external
- @types/rollup-plugin-postcss
- @types/svgo
- @types/tar
- @types/terser-webpack-plugin
- @types/webpack-sources
- @types/yarnpkg__lockfile
- del
- msw
- nodemon
Peer Dependencies (3)
Badge
To add a badge like this oneto your package's README, use the codes available below.
You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/@backstage/cli
.
- Markdown[](https://www.jsdocs.io/package/@backstage/cli)
- HTML<a href="https://www.jsdocs.io/package/@backstage/cli"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>
- Updated .
Package analyzed in 3509 ms. - Missing or incorrect documentation? Open an issue for this package.