1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

remove yarn recomendation until a later date

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2020-11-09 10:47:54 -05:00
parent c26ca0a9e5
commit ea52fdb2bb

View File

@ -8,8 +8,8 @@ This is a general overview to how the development of an extension will procede.
- Some sort of text editor, we recommend [VSCode](https://code.visualstudio.com/) - Some sort of text editor, we recommend [VSCode](https://code.visualstudio.com/)
- We use [Webpack](https://www.webpack.js.org/) for compilation. All extension need to be at least compatable with a webpack system. - We use [Webpack](https://www.webpack.js.org/) for compilation. All extension need to be at least compatable with a webpack system.
### Recommened ### Recommened:
- [Yarn](https://www.yarnpkg.com/), this is a better Command Line Interface (CLI) tool for downloading packages than `npm` -
All *Lens* extensions are javascript packages. We recommend that you program in [Typescript](https://www.typescriptlang.org/) because it catches quite a few easily to make errors around passing data around in javascript. All *Lens* extensions are javascript packages. We recommend that you program in [Typescript](https://www.typescriptlang.org/) because it catches quite a few easily to make errors around passing data around in javascript.