Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.91 KB

File metadata and controls

49 lines (32 loc) · 1.91 KB


Getting started with the DataWeave extension for Visual Studio Code

Learn to navigate through the DataWeave extension/plugin for Visual Studio Code (or VSCode)

Tutorial and Video

For a step by step tutorial navigate to the MuleSoft developer website here

Overview

This is a DataWeave library project example to run with the DataWeave extension in VSCode.

Includes:

  • A module DateFormatConversion with a function dateTimeConversion.
  • A mapping file DateFormatConversionMapping to test the code live.
  • Unit tests in DateFormatConversionTest for quality and CI/CD purposes.

Installation Instructions

  1. Download Visual Studio Code.

  2. Install the DataWeave extension by MuleSoft Inc.

  3. Clone this repository.

  4. Open the Standard Date Formats folder in VSCode.

Contributing

Contributions are what make the MuleSoft community such an amazing place. Any contributions you make are greatly appreciated.

See contributing.md for the MuleSoft Developer principles.

Code formatting

Prettier is a code formatter used to ensure consistent formatting across your code base. To use Prettier with Visual Studio Code, install this extension from the Visual Studio Code Marketplace. The .prettierignore and .prettierrc files are provided as part of this repository to control the behavior of the Prettier formatter.