This repository was archived by the owner on Jul 30, 2023. It is now read-only.
File tree 3 files changed +63
-0
lines changed
3 files changed +63
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "projectName" : " is-railway" ,
3
+ "projectOwner" : " 1chiSensei" ,
4
+ "repoType" : " github" ,
5
+ "repoHost" : " https://github.com" ,
6
+ "files" : [
7
+ " README.md" ,
8
+ " packages/node/README.md" ,
9
+ " packages/rust/README.md"
10
+ ],
11
+ "imageSize" : 100 ,
12
+ "commit" : true ,
13
+ "commitConvention" : " angular" ,
14
+ "contributors" : [
15
+ {
16
+ "login" : " 1chiSensei" ,
17
+ "name" : " Tomio" ,
18
+ "avatar_url" : " https://avatars.githubusercontent.com/u/75403863?v=4" ,
19
+ "profile" : " https://github.com/1chiSensei" ,
20
+ "contributions" : [
21
+ " code" ,
22
+ " doc"
23
+ ]
24
+ }
25
+ ],
26
+ "contributorsPerLine" : 7
27
+ }
Original file line number Diff line number Diff line change
1
+ <div align =" center " >
2
+
3
+ # is-railway
4
+
5
+ ** Check if the current process is running inside Railway**
6
+
7
+ [ ![ GitHub] ( https://img.shields.io/github/license/1chiSensei/is-railway )] ( https://github.com/1chiSensei/is-railway/blob/main/LICENSE )
8
+
9
+ ** Packages**
10
+
11
+ [ ![ npm] ( https://img.shields.io/npm/v/is-railway?color=crimson&logo=npm&style=flat-square&label=is-railway )] ( https://www.npmjs.com/package/is-railway )
12
+ [ ![ crates.io] ( https://img.shields.io/crates/v/is-railway?label=is-railway&logo=rust&style=flat-square&color=orange )] ( https://crates.io/crates/is-railway )
13
+
14
+ </div >
15
+
16
+ ## Contributors ✨
17
+
18
+ Thanks goes to these wonderful people ([ emoji key] ( https://allcontributors.org/docs/en/emoji-key ) ):
19
+
20
+ <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
21
+ <!-- prettier-ignore-start -->
22
+ <!-- markdownlint-disable -->
23
+ <table >
24
+ <tr >
25
+ <td align="center"><a href="https://github.com/1chiSensei"><img src="https://avatars.githubusercontent.com/u/75403863?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Tomio</b></sub></a><br /><a href="https://github.com/1chiSensei/is-railway/commits?author=1chiSensei" title="Code">💻</a> <a href="https://github.com/1chiSensei/is-railway/commits?author=1chiSensei" title="Documentation">📖</a></td>
26
+ </tr >
27
+ </table >
28
+
29
+ <!-- markdownlint-restore -->
30
+ <!-- prettier-ignore-end -->
31
+
32
+ <!-- ALL-CONTRIBUTORS-LIST:END -->
33
+
34
+ This project follows the [ all-contributors] ( https://github.com/all-contributors/all-contributors ) specification. Contributions of any kind welcome!
Original file line number Diff line number Diff line change 5
5
## Install
6
6
7
7
> CLI:
8
+
8
9
``` sh
9
10
$ cargo install is-railway
10
11
```
11
12
12
13
> As a dependency:
14
+
13
15
``` toml
14
16
# Cargo.toml
15
17
You can’t perform that action at this time.
0 commit comments