Skip to content

codenamize-action

Actions
As codenamize-js, it will generate consistent easier-to-remember codenames from strings, numbers, or other seed inputs
v1.1.0
Latest
Star (1)

Tags

 (1)

codenamize-action David

An action that wraps codenamize-js to "generate consistent easier-to-remember codenames from strings, numbers, or other seed inputs".

Inputs

It takes at least a seed as an input. See codenamize-js complete list of options.

Options are mapped as follow:

codenamize-js codenamize-action
seed seed
adjectiveCount adjective-count
particles particles
maxItemChars max-item-chars
capitalize capitalize
separator separator

Note: all option values are string.

Example Usage

- name: Generate codename
  uses: reallyreallyreal/codenamize-action@main
  with:
    seed: 1
    particles: |
      noun
      adjective
      noun
    capitalize: true

License

MIT © 2021 ReallyReallyReal

codenamize-action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

As codenamize-js, it will generate consistent easier-to-remember codenames from strings, numbers, or other seed inputs
v1.1.0
Latest

Tags

 (1)

codenamize-action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.