Radford Smith

Results 51 comments of Radford Smith

Going to start working on a PR for this.

@borkdude: Right now we have `neil version` which prints the version of the `neil` tool itself: ``` $ neil version neil 0.1.43 ``` The equivalent `npm version` will print out...

Some more thoughts: In the [`tools.build` Guide](https://clojure.org/guides/tools_build#_source_library_jar_build), the version is defined as a dynamic value based on the Git commit count: ```clojure (ns build (:require [clojure.tools.build.api :as b])) (def version...

@borkdude: That makes sense to me. I can go ahead with the original plan. This does make me wonder if the tools.build guide should be updated based on your points...

@borkdude: Coming back to this: > Npm also creates a git tag but I think we could have this as a separate command: > > ``` > neil tag >...

Sweet, I'll get this going! Since this is a new API (for `neil` at least), I'm happy to update my PR or provide more follow-up PRs if we change our...

Reposting the instructions to install `neil2` for testing: ``` $ curl -s https://raw.githubusercontent.com/rads/neil/084af95e1c2891bd456d4ba4806d41d6d71affbe/neil \ > ~/bin/neil2 $ chmod +x ~/bin/neil2 $ neil2 version --help Usage: neil version [set|major|minor|patch] [version] neil...

@nikolap @yogthos: I have an initial version of the port here: https://github.com/rads/kit/tree/master/libs/deps-template Still needs some clean up, but it works! Here's how you can test it yourself: 1. Ensure you...

The `neil new` feature is now available in version `0.1.36`: https://github.com/babashka/neil/blob/main/CHANGELOG.md#0136 Now that `neil` is ready to go, all we need to do is add the support for deps-new to...

@nikolap @yogthos: I'm planning to start working on this again to hopefully get it across the finish line. Do you folks have any specific ideas of how this would fit...