Generate reports on various migration types
First, install Yeoman and generator-mq using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-cmtFor mq migrations, reconfigure the pattern and its approximate complexity to migrate to AWS MQ in the
./generators/app/templates/patterns.jsonCheck the complexity to migrate your project:
yo cmtAnd follow the instructions of the generator.
You will find a Summary.json file in the root of your project to explain the complexity of migration.
You will find a pcf-report.json and pcf-report.xlsx in the root directory of you project or in the path you ran the tool.
- Yeoman has a heart of gold.
- Yeoman is a person with feelings and opinions, but is very easy to work with.
- Yeoman can be too opinionated at times but is easily convinced not to be.
- Feel free to learn more about Yeoman.
Copyright 2018 Brillio Digital
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.