Socket
Book a DemoInstallSign in
Socket

@instructure/instui-cli

Package Overview
Dependencies
Maintainers
32
Versions
1268
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/instui-cli

A cli for working with Instructure UI packages

latest
Source
npmnpm
Version
8.56.4
Version published
Weekly downloads
43
16.22%
Maintainers
32
Weekly downloads
 
Created
Source

category: packages

instui-cli

npm  MIT License  Code of Conduct

A cli for working with Instructure UI packages.

Using npx

$ npx @instructure/instui-cli create component

Globally installing instui-cli

$ npm install -g @instructure/instui-cli

You now have access to instui commands

instui create component

Available commands

  • create component | Create an Instructure UI component. DEPRECATED, will be removed in InstUI v9.
  • create package | Create an Instructure UI package. DEPRECATED, will be removed in InstUI v9.
  • create-from-template | Copy template source file or directory to a specified destination and replace variables with designated values. DEPRECATED, will be removed in InstUI v9.
  • upgrade | Upgrades instructure-ui in a designated repository to the latest stable version including upgrading packages and applying codemods.
  • upgrade-packages | Upgrade instructure-ui packages to the latest stable version.
  • codemod | Apply instructure-ui codemods to source at a specified path.
  • version | Return the current version of instui-cli and exit.

Documentation

For more documentation on available options and parameters for individual commands do:

instui <command> --help

FAQs

Package last updated on 03 Oct 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