redput 1.0.0 β 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ChangeLog +9 -0
- package/README.md +3 -3
- package/lib/read-gist/create.js +3 -0
- package/package.json +5 -4
package/ChangeLog
ADDED
package/README.md
CHANGED
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
[NPMURL]: https://npmjs.org/package/redput "npm"
|
|
4
4
|
[NPMIMGURL]: https://img.shields.io/npm/v/redput.svg?style=flat
|
|
5
|
-
[BuildStatusURL]: https://github.com/
|
|
6
|
-
[BuildStatusIMGURL]: https://github.com/
|
|
5
|
+
[BuildStatusURL]: https://github.com/putoutjs/redput/actions/workflows/nodejs.yml "Build Status"
|
|
6
|
+
[BuildStatusIMGURL]: https://github.com/putoutjs/redput/actions/workflows/nodejs.yml/badge.svg
|
|
7
7
|
[LicenseURL]: https://tldrlegal.com/license/mit-license "MIT License"
|
|
8
8
|
[LicenseIMGURL]: https://img.shields.io/badge/license-MIT-317BF9.svg?style=flat
|
|
9
9
|
[CoverageURL]: https://coveralls.io/github/coderaiser/redput?branch=master
|
|
10
10
|
[CoverageIMGURL]: https://coveralls.io/repos/coderaiser/redput/badge.svg?branch=master&service=github
|
|
11
11
|
|
|
12
|
-
CLI tool to download rule and
|
|
12
|
+
CLI tool to download source of a `rule` and `fixtures` from π[**Putout Editor**](https://putout.cloudcmd.io/#/gist/33a75dce299788583a567e02f29828c8/7a97049f1c88ef9e3396d43b6a64246da0093670) and generate tests from it.
|
|
13
13
|
|
|
14
14
|
## Install
|
|
15
15
|
|
package/lib/read-gist/create.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "redput",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "CLI tool to convert source from πPutout Editor to files",
|
|
5
5
|
"main": "lib/redput.js",
|
|
6
6
|
"bin": {
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
},
|
|
27
27
|
"repository": {
|
|
28
28
|
"type": "git",
|
|
29
|
-
"url": "git://github.com/
|
|
29
|
+
"url": "git://github.com/putoutjs/redput.git"
|
|
30
30
|
},
|
|
31
31
|
"keywords": [
|
|
32
32
|
"redput",
|
|
@@ -47,14 +47,15 @@
|
|
|
47
47
|
],
|
|
48
48
|
"author": "coderaiser <mnemonic.enemy@gmail.com> (http://coderaiser.github.io/)",
|
|
49
49
|
"bugs": {
|
|
50
|
-
"url": "https://github.com/
|
|
50
|
+
"url": "https://github.com/putoutjs/redput/issues"
|
|
51
51
|
},
|
|
52
|
-
"homepage": "https://github.com/
|
|
52
|
+
"homepage": "https://github.com/putoutjs/redput",
|
|
53
53
|
"license": "MIT",
|
|
54
54
|
"engines": {
|
|
55
55
|
"node": ">=16"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
+
"node-fetch": "^3.3.2",
|
|
58
59
|
"octokit": "^3.1.0",
|
|
59
60
|
"putout": "^30.7.0",
|
|
60
61
|
"rendy": "^3.1.1",
|