1.2.0 • Published 3 years ago
@vedius-system/vedius-design-tokens v1.2.0
README
This README would normally document whatever steps are necessary to get your application up and running.
Initial setup
Install the project dependencies via the CLI command:
npm installor with Yarn:
yarn installProject structure
The project is made of these files and folders:
/token-generatorscontains the design tokens input files (in JSON format)/templatescontains the templates used to generate the output files/distcontains the generated output files (in different formats)build.jsis the script used to generate the output files
Running the project
You can build the design tokens from the /src/ folder using the CLI command:
npm run build
## or
yarn buildOr you can automatically re-build the tokens at every change using the command:
npm run watch
## or
yarn watchThe generated tokens are saved in the /dist folder.
TO-DO Code
- How to run tests
- Deployment instructions
TO-DO Contribution guidelines
- Writing tests
- Code review
- Other guidelines
Who do I talk to?
- @gmantiqueira
References and dependencies
1.2.0
3 years ago
1.1.5
3 years ago
1.1.4
3 years ago
1.1.3
3 years ago
1.1.2
3 years ago
1.1.1
3 years ago
1.1.0
3 years ago
1.0.5
3 years ago
1.0.4
3 years ago
1.0.1
3 years ago
1.0.0
3 years ago
0.0.16
3 years ago
0.0.15
3 years ago
0.0.14
3 years ago
0.0.13
3 years ago
0.0.12
3 years ago
0.0.11
3 years ago
0.0.10
3 years ago
0.0.9
3 years ago
0.0.8
3 years ago
0.0.6
3 years ago
0.0.5
3 years ago
0.0.4
3 years ago
0.0.3
3 years ago
0.0.2
3 years ago
0.0.1
3 years ago