All Projects → microsoft → Just

microsoft / Just

Licence: mit
The task library that just works

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Labels

Projects that are alternatives of or similar to Just

Create Apollo App
Create Apollo App is a command-line tool designed to generate fully-configured starter Apollo GraphQL projects with essential dependencies for developing web, server and mobile applications and zero build configuration.
Stars: ✭ 110 (-94%)
Mutual labels:  build
Please
High-performance extensible build system for reproducible multi-language builds.
Stars: ✭ 1,856 (+1.25%)
Mutual labels:  build
Github Build
Github builds for CI
Stars: ✭ 133 (-92.74%)
Mutual labels:  build
Aria2 Build Msys2
aria2 build scripts on msys2 with custom patches.
Stars: ✭ 112 (-93.89%)
Mutual labels:  build
Go Plus
An Enhanced Go Experience For The Atom Editor
Stars: ✭ 1,519 (-17.13%)
Mutual labels:  build
Arduino Cmake Ng
CMake-Based framework for Arduino platforms
Stars: ✭ 123 (-93.29%)
Mutual labels:  build
Psake
A build automation tool written in PowerShell
Stars: ✭ 1,441 (-21.39%)
Mutual labels:  build
Sailboat
🐍 A quick and easy way to distribute your Python projects!
Stars: ✭ 137 (-92.53%)
Mutual labels:  build
Pants
The Pantsbuild developer workflow system
Stars: ✭ 1,814 (-1.04%)
Mutual labels:  build
Xmake Repo
📦 An official xmake package repository
Stars: ✭ 130 (-92.91%)
Mutual labels:  build
Fuzzymail
📨 Email template generator. Making emails fun again.
Stars: ✭ 114 (-93.78%)
Mutual labels:  build
Shadow Rs
A build-time information stored in your rust project.(binary,lib,cdylib,dylib)
Stars: ✭ 117 (-93.62%)
Mutual labels:  build
Forma
Meta build system with Android and Gradle support.
Stars: ✭ 127 (-93.07%)
Mutual labels:  build
Zb
an opinionated repo based tool for linting, testing and building go source
Stars: ✭ 111 (-93.94%)
Mutual labels:  build
Build
Netlify Build runs the build command, Build Plugins and bundles Netlify Functions.
Stars: ✭ 135 (-92.64%)
Mutual labels:  build
Cra Build Watch
A script for create-react-app that writes development builds to the disk
Stars: ✭ 110 (-94%)
Mutual labels:  build
Nginx Builder
A tool to build deb or rpm package of required Nginx version from the source code, with the ability to connect third-party modules. Nginx parameters are set in the yaml configuration file.
Stars: ✭ 123 (-93.29%)
Mutual labels:  build
Klap
zero config, zero dependency bundler for tiny javascript packages
Stars: ✭ 143 (-92.2%)
Mutual labels:  build
Enb
Tool for building web projects, BEM bundler.
Stars: ✭ 136 (-92.58%)
Mutual labels:  build
Mhy
🧩 A zero-config, out-of-the-box, multi-purpose toolbox and development environment
Stars: ✭ 128 (-93.02%)
Mutual labels:  build

Just

npm version NPM Downloads

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

  • a build task build 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 [email protected] with any additional questions or comments.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].