just icon indicating copy to clipboard operation
just copied to clipboard

Zero config TypeScript build and development toolkit.

Results 4 just issues
Sort by recently updated
recently updated
newest added

Add an optional `--watch -w` parameter for the `build` command. There is already a similar functionality used in the `run` command so it shouldn't be difficult to port it over.

help wanted
good first issue

Add support for ESLint using their [API](https://eslint.org/docs/latest/integrate/nodejs-api). Set up a basic config file similar to `just.tsconfig.json` and use it if config is not provided or not found in the working...

help wanted

Add an interactive `init` command that uses [Inquirer](https://www.npmjs.com/package/inquirer) and copies over the [just.tsconfig.json](https://github.com/sonnyt/just/blob/main/just.tsconfig.json) into the working directory as `tsconfig.json` with changes provided below. Inputs: - **output-dir** - default to `dist`...

help wanted

Hi, Is it possible to export types? Without this, `just` cannot be used to build TypeScript libraries.