Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: -f rgb-ansi #8

Merged
merged 1 commit into from
Aug 18, 2024
Merged

feat: -f rgb-ansi #8

merged 1 commit into from
Aug 18, 2024

Conversation

const-void
Copy link
Contributor

@const-void const-void commented Aug 13, 2024

Hello! -f rgb-ansi seems ready!

✓ readme
✓ source
✓ test

✓ const-void/rose-pine-zsh - generates rose-pine themes for prompt= etc :)

# cp
$ git clone https://github.com/const-void/rose-pine-zsh.git

# bld from template
$ cd path/to/rose-pine/build/dist
$ node cli.js -f rgb-ansi -t ~/path/to/rose-pine-zsh/src/template.zsh -o ~/path/to/rose-pine-zsh/dist/themes

# tst
$ cd ~/path/to/rose-pine-zsh/
$ make test

ty again.

@mvllow
Copy link
Member

mvllow commented Aug 16, 2024

Tests seem to be failing, I can take a look soon :)

@const-void
Copy link
Contributor Author

cool .... below is what I used

const void* build % nvm current

v16.20.1

const void* build % rm -rf node_modules

const void* build % npm install

...
found 0 vulnerabilities

const void* build % npm run build

@rose-pine/[email protected] build
del-cli dist && tsc && npm test

@rose-pine/[email protected] test
del-cli test/mock/dist && ava

✔ format-color › color formats
✔ format-color › alpha color formats
✔ main › json template with hex values
✔ main › txt template with variant-unique values
✔ main › template directory with multiple files

5 tests passed

@mvllow mvllow merged commit b315f96 into rose-pine:main Aug 18, 2024
1 check failed
@mvllow
Copy link
Member

mvllow commented Aug 18, 2024

Fair enough, looks like a build doesn't happen in CI so there were missing files. Everything passes locally :) Thanks for the contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants