Skip to content

As per codenamize-js' description, an action that will "generate consistent easier-to-remember codenames from strings, numbers, or other seed inputs".

License

Notifications You must be signed in to change notification settings

reallyreallyreal/codenamize-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

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

About

As per codenamize-js' description, an action that will "generate consistent easier-to-remember codenames from strings, numbers, or other seed inputs".

Resources

License

Stars

Watchers

Forks

Packages

No packages published