A repository for the "confiks" package, allowing you to run the Command Line Interface (CLI) for easy and quick configuration of frontend projects with the required dependencies.
For detailed information about the CLI, please refer to the documentation [here][confiks].
What will you find here?
The following section contains technical documentation only.
- Clone the project
git clone https://github.com/Kordrad/Confiks
cd .\Confiks
npm i
- Create build
npm run cli:build
or watch build
npm run cli:build:watch
Remember! Build is required!
npm run cli:start
- Open the path of the Confiks project
- Link project via command
npm run link
- In another project, add an existing link to the project using:
npm link confiks
- Now you are able to run. Available commands you can find here
In the project, we use commit-lint with Conventional Commits based on Angular convention