Skip to content

Commit 6c9f974

Browse files
authored
Stdlib-candidate Reset (#986)
On today's call, we decided to reset stdlib-candidate and start fresh (and try to manage it more effectively going forward). This PR is that reset, along with an updated README for the new module. The main thing that needs reviewing here is the [README](https://github.com/nushell/nu_scripts/pull/986/files#diff-680b95f9d9e2e9c06ee31ff6835e5d29ba11703ef7252bd42ecafa433767e0c6).
1 parent c2d10f1 commit 6c9f974

38 files changed

+49
-2
lines changed

stdlib-candidate-old/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# std-lib candidate
2+
3+
This is the deprecated `stdlib-candidate` module. Please see the [new version](https://github.com/nushell/nu_scripts/tree/main/stdlib-candidate). If you have a submission here, you can move it to the new repo. Please refer to the [README](https://github.com/nushell/nu_scripts/blob/main/stdlib-candidate/README.md) there for the process.

stdlib-candidate-old/nupm.nuon

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
name: "std-rfc"
3+
description: "Official candidates for Nushell standard library"
4+
documentation: "https://github.com/nushell/nu_scripts/blob/main/stdlib-candidate/std-rfc/README.md"
5+
license: "https://github.com/nushell/nu_scripts/blob/main/LICENSE"
6+
version: 0.3.0
7+
type: "module"
8+
}
File renamed without changes.
File renamed without changes.
File renamed without changes.

stdlib-candidate/std-rfc/get-latest-release-linux.nu renamed to stdlib-candidate-old/std-rfc/get-latest-release-linux.nu

File renamed without changes.

0 commit comments

Comments
 (0)