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: add the script command #63

Merged

Conversation

juliano-soares
Copy link
Member

Pull Request Guidelines

Our guidelines for submitting a pull request.

Before submitting your PR, please verify the following:

  • The commit message follows our guidelines:

    Make sure you prefix your commit message with the type of change you are making. Your commit message should look like this: type: description of the change.

    • Fixing a bug : fix: description of the change.
    • Adding a new feature : feat: description of the change.

See the options for the different types of changes you can make in the package.json file of your project.

Leave the options below unchecked if they are not applicable to your Pull Request.

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Test
  • Other... Please describe:

Does this PR introduce a breaking change?

  • Yes
  • No

If yes Please describe the impact and mitigation strategy for existing applications.

What was changed?

Add script command to list all scripts located in package.json.

Other information

Any other information that is important to this PR.

@juliano-soares juliano-soares self-assigned this Aug 8, 2024
@juliano-soares juliano-soares linked an issue Aug 8, 2024 that may be closed by this pull request
@rsaz rsaz added the enhancement New feature or request label Aug 8, 2024
@rsaz rsaz merged commit 0f95464 into main Aug 8, 2024
3 checks passed
@rsaz rsaz deleted the 42-integrate-ntl-node-task-list-into-cli-for-commands-management branch August 8, 2024 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Integrate ntl (Node Task list) into CLI for commands Management
2 participants