This command line interface will allow you to generate new Tikui components.
npm i -g @tikui/cli
tikui generate my-pattern-library
This will create a new folder my-pattern-library
with the basic structure of a pattern library.
Then you can follow the README.md file in the generated folder to create your own components.
More info can be found in the Tikui documentation.
First of all build the application using:
npm run build
Then install as global command with:
npm install --global
When installed, launch tikui
command and follow help to use the CLI.