The task library that just works
Перейти к файлу
microsoft-github-policy-service[bot] 6e6939a7a3
Microsoft mandatory file
2022-08-15 21:14:46 +00:00
.github Update CODEOWNERS 2022-04-04 17:01:36 -07:00
.vscode Remove unused handlebars dep (#570) 2022-01-27 14:31:37 -08:00
contribs/just-repo-utils applying package updates 2021-01-14 20:55:06 +00:00
docs Fix typo (#551) 2021-07-26 14:12:45 -07:00
packages applying package updates 2022-05-16 20:50:34 +00:00
scripts Update dependencies and run prettier (#495) 2021-01-13 11:39:59 -08:00
.dockerignore Scenario Testing - Part 1 (#55) 2019-04-03 12:43:26 -07:00
.eslintignore introduce eslint to the repo (#150) 2019-07-01 13:11:52 -07:00
.eslintrc.json Update dependencies and run prettier (#495) 2021-01-13 11:39:59 -08:00
.gitignore fixing gitignore, and bumping stacks to major so semver ranges are fully working (#199) 2019-08-05 10:30:21 -07:00
.prettierignore Update dependencies and run prettier (#495) 2021-01-13 11:39:59 -08:00
LICENSE microsoftify this repo 2019-01-25 15:02:11 -08:00
README.md rephrase description (#580) 2022-03-03 08:30:44 -08:00
SECURITY.md Microsoft mandatory file 2022-08-15 21:14:46 +00:00
TODO.md refactor lots of just-script 2019-01-20 18:19:57 -08:00
beachball.config.js add beachball config to ignore unpublished files 2021-12-10 13:42:13 -08:00
dependabot.yml widen deps 2021-09-10 15:47:39 -07:00
lage.config.js Update dependencies and run prettier (#495) 2021-01-13 11:39:59 -08:00
package.json Update lage 2021-12-10 14:19:38 -08:00
prettier.config.js Update dependencies and run prettier (#495) 2021-01-13 11:39:59 -08:00
tsconfig.json Fixing transitive security vulnerability (#581) 2022-03-31 10:02:52 -07:00
yarn.lock Bump minimist from 1.2.5 to 1.2.6 (#582) 2022-03-31 10:27:38 -07:00

README.md

Just

npm version NPM Downloads

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

  • a build task definition library
  • 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

This README contains only the instructions on how to build and contribute to the project. This is a monorepo that uses the lerna monorepo management utility. To get started, simply run the following:

yarn

and build all the packages this way:

yarn build

Development is usually done one package at a time. So go into each package and develop with the innerloop npm script:

cd packages/just-task
yarn dev

Tests are run with the test npm script:

cd packages/just-task
yarn test

Packages

Package Description
just-task The task definition library that wraps undertaker and yargs 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
documentation The Docusaurus site content and styles which generates the Github page for this library

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.