Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ofuochi committed Oct 9, 2019
2 parents 618cef8 + 67c20de commit 0c4f979
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# NodeJs/Typescript API Boilerplate
[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ofuochi/node-typescript-boilerplate/) [![GitHub issues](https://img.shields.io/github/issues/ofuochi/node-typescript-boilerplate)](https://github.com/ofuochi/node-typescript-boilerplate/issues) [![GitHub stars](https://img.shields.io/github/stars/ofuochi/node-typescript-boilerplate)](https://github.com/ofuochi/node-typescript-boilerplate/stargazers) [![GitHub forks](https://img.shields.io/github/forks/ofuochi/node-typescript-boilerplate)](https://github.com/ofuochi/node-typescript-boilerplate/network) [![GitHub license](https://img.shields.io/github/license/ofuochi/node-typescript-boilerplate)](https://github.com/ofuochi/node-typescript-boilerplate/blob/master/LICENSE)

## For Enterprise
## To Contribute

Please feel free to contribute to this project. To contribute, please follow this [instructions](https://github.com/ofuochi/node-typescript-boilerplate/blob/master/CONTRIBUTING.md)

## Running the app

Expand Down
10 changes: 10 additions & 0 deletions docs/_coverpage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Node TypeScript Boilerplate <small class='versionSpot'></small>

> A boilerplate for your Node TypeScipt enterprise projects.
* Full Support for async/await
* Data Abstraction done Right
* Powered by TypeScript

[GitHub](https://github.com/ofuochi/node-typescript-boilerplate)
[Get Started](#readme.md)
20 changes: 17 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,38 @@

<head>
<meta charset="UTF-8">
<title>node-typescript-boilerplate - Enterprise NodeJs/Typescript API boilerplate</title>
<title>ENTB - Enterprise NodeJs/Typescript API boilerplate</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Enterprise NodeJs/Typescript API boilerplate">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="//unpkg.com/docsify/themes/vue.css">
<style>
.editnav {
position: fixed;
right: 0;
bottom: -5px;
z-index: 1000;
}
</style>
</head>

<body>
<nav style="position: fixed;">
<a class="versionSpot" href="#/"></a>
</nav>
<div id="app">Please wait...</div>
<script src="//unpkg.com/docsify-edit-on-github/index.js"></script>
<script>
if (typeof navigator.serviceWorker !== 'undefined') {
navigator.serviceWorker.register('sw.js')
}
window.$docsify = {
name: 'node-typescript-boilerplate',
repo: '',
repo: 'ofuochi/node-typescript-boilerplate',
coverpage: true,
loadSidebar: true,
auto2top: true,
plugins: [
EditOnGithubPlugin.create(docBase, docEditBase, title)
],
Expand All @@ -32,7 +47,6 @@
}
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
<script src="//unpkg.com/docsify-edit-on-github/index.js"></script>
<!-- Latest v2.x.x -->
<script src="https://unpkg.com/docsify-copy-code@2"></script>
</body>
Expand Down

0 comments on commit 0c4f979

Please sign in to comment.