mirror of
https://github.com/ershisan99/create-react-component.git
synced 2025-12-19 04:59:30 +00:00
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b1b46ce60d | |||
| 293e2f47c7 | |||
| 192371f218 | |||
| 277d347c96 | |||
| 250e512d40 | |||
| c017767263 |
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,4 +1,4 @@
|
|||||||
.idea
|
.idea
|
||||||
dist/
|
dist/
|
||||||
|
|
||||||
.node_modules
|
node_modules
|
||||||
@@ -13,9 +13,11 @@ before:
|
|||||||
- go mod tidy
|
- go mod tidy
|
||||||
|
|
||||||
builds:
|
builds:
|
||||||
- env:
|
- binary: create-react-component
|
||||||
- CGO_ENABLED=0
|
|
||||||
goos:
|
goos:
|
||||||
- linux
|
|
||||||
- windows
|
- windows
|
||||||
- darwin
|
- darwin
|
||||||
|
- linux
|
||||||
|
goarch:
|
||||||
|
- amd64
|
||||||
|
- arm64
|
||||||
24
package-lock.json
generated
Normal file
24
package-lock.json
generated
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"name": "@ershisan99/create-react-component",
|
||||||
|
"version": "0.1.6",
|
||||||
|
"lockfileVersion": 3,
|
||||||
|
"requires": true,
|
||||||
|
"packages": {
|
||||||
|
"": {
|
||||||
|
"name": "@ershisan99/create-react-component",
|
||||||
|
"version": "0.1.6",
|
||||||
|
"hasInstallScript": true,
|
||||||
|
"dependencies": {
|
||||||
|
"@ershisan99/go-npm": "^0.1.14"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@ershisan99/go-npm": {
|
||||||
|
"version": "0.1.14",
|
||||||
|
"resolved": "https://registry.npmjs.org/@ershisan99/go-npm/-/go-npm-0.1.14.tgz",
|
||||||
|
"integrity": "sha512-1xLTMhRQ4qJ35yzA9p6LoT1XI9b5e4CfMwntxP8lWhQPZRscxwepQpE+xR02yP9IDS4VfdUJmWnog58HvI3EOA==",
|
||||||
|
"bin": {
|
||||||
|
"go-npm": "bin/index.js"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,11 +1,15 @@
|
|||||||
{
|
{
|
||||||
"name": "@ershisan99/create-react-component",
|
"name": "@ershisan99/create-react-component",
|
||||||
"version": "0.1.3",
|
"version": "0.1.6",
|
||||||
"private": false,
|
"private": false,
|
||||||
"repository": "https://github.com/ershisan99/create-react-component",
|
"repository": "https://github.com/ershisan99/create-react-component",
|
||||||
"description": "A simple CLI tool to create react component",
|
"description": "A simple CLI tool to create react component",
|
||||||
|
"files": [
|
||||||
|
"dist",
|
||||||
|
"postinstall.js"
|
||||||
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"go-npm": "^0.1.9"
|
"@ershisan99/go-npm": "^0.1.14"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postinstall": "go-npm install",
|
"postinstall": "go-npm install",
|
||||||
|
|||||||
Reference in New Issue
Block a user