1.1.17 • Published 1 year ago

ut-help v1.1.17

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

ut-help

Generate help files for UT implementations, by including content from all the relevant modules.

Setup

  1. Install ut-help globally.
  2. Add .docusaurus in .gitignore.
  3. Modify package.json to call ut-help in the appropriate places:

    {
        "scripts":{
            "help": "ut-help build --out-dir dist/help",
            "help:start": "ut-help start --no-open",
            "release": "ut-webpack --mode production && ut-help build --out-dir dist/help && ut-release",
        }
    }
  4. Create utHelp.js in the root of your project:

    module.exports = {
        resolve: require.resolve,
        include: [
            'ut-core',
            'ut-customer',
            // include other packages here
        ]
    };
  5. Follow the ut-microservice front end folder structure to include help files in each module.

1.1.17

1 year ago

1.1.16

1 year ago

1.1.15

2 years ago

1.1.14

2 years ago

1.1.13

2 years ago

1.1.12

2 years ago

1.1.11

2 years ago

1.1.10

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago