Skip to content

Commit

Permalink
Merge pull request #2 from 2rabs/rt/setup
Browse files Browse the repository at this point in the history
chore: プロジェクトセットアップ
  • Loading branch information
tatsutakein authored Feb 28, 2024
2 parents f4d45a3 + be7fede commit effa802
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 32 deletions.
6 changes: 5 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
* @tatsutakein
* @2rabs/nito-docs-maintainers

/.github/ @tatsutakein
/scripts/ @tatsutakein
/tools/ @tatsutakein
14 changes: 0 additions & 14 deletions .github/dependabot.yml

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 @tatsutakein
Copyright (c) 2024 @2rabs/nito-docs-maintainers

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![dependabot](https://img.shields.io/badge/maintaied_with-dependabot-blue?logo=dependabot)](https://docs.github.com/en/code-security/dependabot)
[![renovate](https://img.shields.io/badge/maintaied%20with-renovate-blue?logo=renovatebot)](https://app.renovatebot.com/dashboard)
![GitHub last commit (branch)](https://img.shields.io/github/last-commit/tatsutakein/project-boilerplate)
![GitHub last commit (branch)](https://img.shields.io/github/last-commit/2rabs/nito-docs)

# Project boilerplate
# nito-docs

Template for project creation.
NITO's documentation site.

## Features

Expand Down Expand Up @@ -62,11 +61,15 @@ TBD

Thanks to our wonderful contributors!

<a href="https://github.com/tatsutakein/project-boilerplate/graphs/contributors">
<img src="https://contrib.rocks/image?repo=tatsutakein/project-boilerplate" alt="Contributors" />
<a href="https://github.com/2rabs/nito-docs/graphs/contributors">
<img src="https://contrib.rocks/image?repo=2rabs/nito-docs" alt="Contributors" />
</a>

## Repo Activity

![Repobeats](https://repobeats.axiom.co/api/embed/afec44d7ae1e867b6f245390f5cc3f5d2484e8b5.svg "Repobeats analytics image")

## License

boilerplate is distributed under the terms of the MIT License. See the [license](LICENSE) for more
nito-docs is distributed under the terms of the MIT License. See the [license](LICENSE) for more
information.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tatsutakein/project-boilerplate",
"name": "@2rabs/nito-docs",
"version": "0.1.0",
"description": "Boilerplate at the time of my project creation.",
"description": "NITO's documentation site.",
"license": "MIT",
"author": {
"name": "Ryo Takeuchi",
Expand Down
14 changes: 7 additions & 7 deletions scripts/bootstrap.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#! /bin/bash

echo ""
echo " ###### ###### ## ## ##### ## ## ###### ###### ";
echo " ## ## ### ### ## ## ## #### ## ## ";
echo " ## ## ####### ## ## ## ## ## ## ## ";
echo " ## #### ## # ## ##### ## ###### ## #### ";
echo " ## ## ## ## ## ## ## ## ## ## ";
echo " ## ## ## ## ## ## ## ## ## ## ";
echo " ## ###### ## ## ## ###### ## ## ## ###### ";
echo " ## ## #### ###### #### ";
echo " ### ## ## ## ## ##";
echo " ###### ## ## ## ##";
echo " ###### ## ## ## ##";
echo " ## ### ## ## ## ##";
echo " ## ## ## ## ## ##";
echo " ## ## #### ## #### ";
echo ""

# Project root directory
Expand Down

0 comments on commit effa802

Please sign in to comment.