Sonny T.
Sonny T.
Pretty self explanatory.
**Name:** substack.com **URL:** https://email.mg2.substack.com/o/eJxFkEmOhSAQhk_zWBooQXHBpi9CGEqbtIJheB= 1v3_hc9K5S-fJPzlTcUr7UmUoleJiw6w0j5v732lTFJgEgpVjoMk3EK-6ZFJKEoteMH17V3JCcz= e7BmRpS1KFjQs50Id9Kcmcll1YCs2xiI1vBg0CwHFZhcCS3sTbNB4wOFb4xXykicek4MNZb60H6= ITifFxgpCQooABWMsZnCuAzjwCSglMysaOcZpunF6bHBUJot1bifoeuRrO68L_iK-Ft2rBVzx0q= K8aofoJfQt3GLoV4ao7E7-qdffRZqBfOnH8gZlidZvU5U_5Kke_rUnaI6s9mOvonDuIWImP8A2V= N8pw
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`...
Manifest V2 is going to be depreciated in June 2024 and upgrading Ugly Email to Manifest V3 will require significant effort. I believe this is the right time to refactor...
Started to add a dialog component. This is a still work in progress. Am I heading the right direction @brankoconjic ? 😃