just
just copied to clipboard
Zero config TypeScript build and development toolkit.
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.
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...
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`...
Hi, Is it possible to export types? Without this, `just` cannot be used to build TypeScript libraries.