Skip to content
This repository was archived by the owner on Jul 30, 2023. It is now read-only.

Commit ce92359

Browse files
author
Tomio
committed
docs: add @1chisensei as a contributor
1 parent 270f770 commit ce92359

File tree

3 files changed

+63
-0
lines changed

3 files changed

+63
-0
lines changed

.all-contributorsrc

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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+
}

README.md

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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!

packages/rust/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@
55
## Install
66

77
> CLI:
8+
89
```sh
910
$ cargo install is-railway
1011
```
1112

1213
> As a dependency:
14+
1315
```toml
1416
# Cargo.toml
1517

0 commit comments

Comments
 (0)