1.0.2 • Published 4 years ago

palx-cli v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

palx-cli

package version package downloads standard-readme compliant package license make a pull request

Use Palx from your CLI

Table of Contents

Usage

Using the CLI:

$ npx palx-cli "#13AFE5"
# {
#  "base": "#13AFE5",
#  "black": "#364145",
#  "gray": [...

# Write to file
$ npx palx-cli "#13AFE5" > theme.json

# OR if installed globally
$ palx-cli "#13AFE5"

Install

This project uses node and npm.

$ npm -g install palx-cli
$ # OR
$ yarn global add palx-cli

Contribute

  1. Fork it and create your feature branch: git checkout -b my-new-feature
  2. Commit your changes: git commit -am "Add some feature"
  3. Push to the branch: git push origin my-new-feature
  4. Submit a pull request

License

MIT

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago