Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ahmadawais/create-node-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.4.0
Choose a base ref
...
head repository: ahmadawais/create-node-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 14 commits
  • 17 files changed
  • 1 contributor

Commits on Jul 15, 2020

  1. 📦 NEW: Deps update

    ahmadawais committed Jul 15, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    ahmadawais Ahmad Awais ⌘
    Copy the full SHA
    b20912f View commit details
  2. 📖 DOC: Changelog

    ahmadawais committed Jul 15, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    ahmadawais Ahmad Awais ⌘
    Copy the full SHA
    1cc51db View commit details

Commits on Nov 10, 2020

  1. 📦 NEW: Support

    ahmadawais committed Nov 10, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    ahmadawais Ahmad Awais ⌘
    Copy the full SHA
    77e5b80 View commit details
  2. 🐛 FIX: Link

    ahmadawais committed Nov 10, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    ahmadawais Ahmad Awais ⌘
    Copy the full SHA
    6fd2ae2 View commit details
  3. 📖 DOC: Lingo

    ahmadawais committed Nov 10, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    ahmadawais Ahmad Awais ⌘
    Copy the full SHA
    8670e87 View commit details

Commits on May 15, 2021

  1. Verified

    This commit was signed with the committer’s verified signature.
    ahmadawais Ahmad Awais ⌘
    Copy the full SHA
    577962d View commit details
  2. Verified

    This commit was signed with the committer’s verified signature.
    ahmadawais Ahmad Awais ⌘
    Copy the full SHA
    a5c6995 View commit details
  3. 👌 IMPROVE: pkgs

    ahmadawais committed May 15, 2021

    Verified

    This commit was signed with the committer’s verified signature.
    ahmadawais Ahmad Awais ⌘
    Copy the full SHA
    44c5e7c View commit details
  4. 📖 DOC: Changelog

    ahmadawais committed May 15, 2021

    Verified

    This commit was signed with the committer’s verified signature.
    ahmadawais Ahmad Awais ⌘
    Copy the full SHA
    6682184 View commit details

Commits on Mar 24, 2022

  1. Verified

    This commit was signed with the committer’s verified signature.
    ahmadawais Ahmad Awais ⌘
    Copy the full SHA
    40d8018 View commit details
  2. 📖 DOC: Changelog

    ahmadawais committed Mar 24, 2022

    Verified

    This commit was signed with the committer’s verified signature.
    ahmadawais Ahmad Awais ⌘
    Copy the full SHA
    ba8a1f2 View commit details

Commits on Aug 13, 2024

  1. Verified

    This commit was signed with the committer’s verified signature.
    ahmadawais Ahmad Awais ⌘
    Copy the full SHA
    8e2f2b0 View commit details
  2. 📖 DOC: Changelog

    ahmadawais committed Aug 13, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    ahmadawais Ahmad Awais ⌘
    Copy the full SHA
    e86a20e View commit details
  3. 🚀 RELEASE: 2.0.0

    ahmadawais committed Aug 13, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    ahmadawais Ahmad Awais ⌘
    Copy the full SHA
    778ca71 View commit details
Showing with 1,858 additions and 2,321 deletions.
  1. +196 −129 changelog.md
  2. +7 −10 index.js
  3. +0 −2,075 package-lock.json
  4. +15 −12 package.json
  5. +1,534 −0 pnpm-lock.yaml
  6. +6 −8 readme.md
  7. +6 −8 template/_index.js
  8. +1 −0 template/_package.json
  9. +9 −17 template/utils/cli.js
  10. +9 −7 template/utils/init.js
  11. +2 −2 template/utils/log.js
  12. +20 −16 utils/ask.js
  13. +8 −7 utils/cli.js
  14. +34 −20 utils/generate.js
  15. +7 −6 utils/init.js
  16. +2 −2 utils/log.js
  17. +2 −2 utils/questions.js
Loading