@z3phyro/tyres-ui
v0.1.12
Published
UI for typed resources package (TyRes). It allows to use most of the functions of tyres-core, including, initializing the project.
Downloads
2
Readme
TyRes - UI (Typed Resources - User Interface)
User interface for the project to harness the power of typescript to improve the implementation of i18n, feature flags and soon more.
Installation
Using tyres-create
npx tyres-create
Setup the folders for i18n and feature flags and that's it.
Manual installation
- Install the dependency
npm i -D tyres-ui
- Add the script
{
"scripts": {
"tyres-ui": "PORT=8123 node ./node_modules/.bin/tyres-ui"
}
}
- Run it!