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

neil new: Add support for deps-based templates #51

Merged
merged 25 commits into from
Jul 31, 2022

Commits on Jul 22, 2022

  1. Configuration menu
    Copy the full SHA
    6719349 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2022

  1. Add tests

    rads committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    c3ad5ba View commit details
    Browse the repository at this point in the history
  2. Add :dry-run option

    rads committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    88295d7 View commit details
    Browse the repository at this point in the history
  3. Update tests

    rads committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    3d20a98 View commit details
    Browse the repository at this point in the history
  4. Add new-overrides-test

    rads committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    d44b50e View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2022

  1. Update tests

    rads committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    ed3ec1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    550d00c View commit details
    Browse the repository at this point in the history
  3. Clean up opts

    The new-scratch-test already covers extra opts (:overwrite)
    rads committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    4a76ad3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    73bd509 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc92e9d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    249e2d4 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. Configuration menu
    Copy the full SHA
    a6ee586 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a8243d View commit details
    Browse the repository at this point in the history
  3. Update help

    rads committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    6369e5e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c149dd View commit details
    Browse the repository at this point in the history
  5. Update docs

    rads committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    233eda5 View commit details
    Browse the repository at this point in the history
  6. Move docs to neil new --help

    rads committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    619a7b6 View commit details
    Browse the repository at this point in the history
  7. Add --local/root to docs

    rads committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    57d9a3e View commit details
    Browse the repository at this point in the history
  8. Add create-opts-deny-list

    rads committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    d3693ff View commit details
    Browse the repository at this point in the history
  9. Clean up duplicated code

    rads committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    471d6fe View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Fix Clojure compatibility

    rads committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    cc7bc47 View commit details
    Browse the repository at this point in the history
  2. Use prn instead of pr

    rads committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    e08f386 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f838cd7 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2022

  1. Fix error when using built-in templates from babashka

    Classpath property must always be set manually when using babashka with
    deps-new
    rads committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    1085be8 View commit details
    Browse the repository at this point in the history
  2. Update docstring

    rads committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    aa6eea6 View commit details
    Browse the repository at this point in the history