To set up the project for development:
-
Clone the repository:
git clone https://github.com/tinsever/google-font-cli.git cd google-font-cli -
Install dependencies:
npm install
-
Link the package locally to test the CLI:
npm link gfcli --help
We use Vitest for unit testing.
To run the tests:
npm testTo run tests with coverage:
npm run test:coveragePlease refer to CONTRIBUTE.md for our coding standards and contribution process.