Migrator
Uma ferramenta utilitária para migrar projetos do Nimbus v1 para o Nimbus v2.
Atualmente, os componentes que podem ser migrados com esta ferramenta são:
Button
Link
Text
Badge
Title
Label
IconButton
Alert
Grid
GridRow
GridColumn
Stack
StackItem
BaseCard
BaseCardHeader
BaseCardBody
BaseCardFooter
Select
Migrator CLI
Adicionalmente, você pode usar nossa ferramenta @nimbus-ds/migrator CLI para migrar arquivos inteiros a partir do terminal.
Instalação
Com yarn:
$ yarn add @nimbus-ds/migrator
# or
$ yarn global add @nimbus-ds/migrator
Com npm:
$ npm i @nimbus-ds/migrator
# or
$ npm i -g @nimbus-ds/migrator
Uso
$ @nimbus-ds --help
$ @nimbus-ds [command]
Commands:
$ @nimbus-ds migrate Migrates Nimbus components from V1 to Nimbus V2 in the
specified file.
Options:
--version Show version number [boolean]
-e, --entry Path to find the file to be migrated [required]
-o, --output Migrated file output path [required]
--help Show help [boolean]
Examples:
$ @nimbus-ds migrate -e <path_entry_file> -o <path_output_file>