@designsystemsinternational/design-system
v0.0.5
Published
Our new brand design system expressed in code utility. This package has
Keywords
Readme
@designsystemsinternational/design-system
Our new brand design system expressed in code utility. This package has
- A grid generator
- Path finding rules
- The path finding algorithm
Get started
npm install @designsystemsinternational/design-systemCommands
npm run build # Build dist folder
npm run test # Run tests
npm run typecheck # Run typecheckerHow to publish to NPM?
Publishing is handled using an github action. To publish a new version of the package to npm you'll need to create a new release on github.
Why Typescript?
This repo uses typescript to move most of the documentation inline using types and exhaustive comments, so you can simply install this package and get most of the info as hover hints in your code editor, without needing to read through a lot of documentation.
That being said, there's no harm in disablind typechecking when working on experimental stuff in this package.
