For a step by step tutorial navigate to the MuleSoft developer website here
This is a DataWeave library project example to run with the DataWeave extension in VSCode.
Includes:
- A module
DateFormatConversionwith a functiondateTimeConversion. - A mapping file
DateFormatConversionMappingto test the code live. - Unit tests in
DateFormatConversionTestfor quality and CI/CD purposes.
-
Download Visual Studio Code.
-
Install the DataWeave extension by MuleSoft Inc.
-
Clone this repository.
-
Open the
Standard Date Formatsfolder in VSCode.
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.
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.
