包详细信息

just-task-logger

microsoft79.1kMIT1.3.0

Logger for Just scripts and tasks

自述文件

Just

npm version NPM Downloads

Just is a library that organizes build tasks for your JS projects. It consists of:

  • just-task: a build task definition library
  • just-scripts: sane preset build flows for node and browser projects featuring TypeScript, Webpack and Jest

Documentation

All the documentation is online at https://microsoft.github.io/just/

Building

See the contributing instructions.

Packages

Package Description
just-task The task definition library that wraps undertaker and yargs-parser libraries
just-scripts A reusable preset of frequently used tasks in node and browser projects
just-scripts-utils A set of utilities for just-scripts
just-task-logger A shared pretty logger used to display timestamps along with a message

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com. Please refer Contribution guide for more details

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

更新日志

Change Log - just-task-logger

1.3.0

Fri, 28 Mar 2025 08:01:39 GMT

Minor changes

  • Build with TypeScript 4.5 (elcraig@microsoft.com)

1.2.1

Thu, 09 Mar 2023 08:02:09 GMT

Patches

  • Use yargs-parser instead of yargs to get the --verbose argument (elcraig@microsoft.com)

1.2.0

Fri, 18 Nov 2022 22:40:12 GMT

Minor changes

  • Require Node 14 (elcraig@microsoft.com)

1.1.2

Sat, 10 Sep 2022 00:19:03 GMT

Patches

  • Specify Node 12+ engines requirement (elcraig@microsoft.com)

1.1.1

Thu, 14 Jan 2021 20:55:06 GMT

Patches

  • fixing release pipeline and the empty lib folder (kchau@microsoft.com)

1.1.0

Wed, 13 Jan 2021 23:22:52 GMT

Minor changes

  • Update typescript and other dependencies (elcraig@microsoft.com)

1.0.2

Mon, 02 Nov 2020 16:42:46 GMT

Patches

  • Bump yargs dependency (1581488+christiango@users.noreply.github.com)

1.0.1

Mon, 02 Nov 2020 16:26:27 GMT

Patches

  • Publish src folder (1581488+christiango@users.noreply.github.com)

1.0.0

Tue, 06 Oct 2020 23:06:25 GMT

Major changes

  • removed just-stack-* (kchau@microsoft.com)

Patches

  • Remove implicit SDI usage (darthtrevino@gmail.com)
  • fixes publish (kchau@microsoft.com)

0.3.0

Thu, 11 Jul 2019 17:08:46 GMT

Minor changes

  • adding perf logging (kchau@microsoft.com)

0.2.1

Mon, 01 Jul 2019 20:15:20 GMT

0.2.1

Wed, 15 May 2019 18:44:04 GMT

Patches

  • Switch microsoft in repo URL to lowercase

0.2.0

Fri, 22 Feb 2019 23:37:36 GMT

Minor changes

  • Consistent interface naming

0.1.2

Fri, 22 Feb 2019 19:03:38 GMT

Patches

  • Update package metadata

0.1.1

Thu, 21 Feb 2019 23:25:53 GMT

Patches

  • Add logger package