Skip to content

Commit

Permalink
renamed template
Browse files Browse the repository at this point in the history
  • Loading branch information
crispmark committed May 19, 2020
1 parent 737cc83 commit 3779f53
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.
6 changes: 3 additions & 3 deletions README.md
@@ -1,13 +1,13 @@
# lifion-template
# serv-term

[![npm version](https://badge.fury.io/js/lifion-template.svg)](http://badge.fury.io/js/lifion-template)
[![npm version](https://badge.fury.io/js/serv-term.svg)](http://badge.fury.io/js/serv-term)

## Getting Started

To install the module:

```sh
npm install lifion-template --save
npm install serv-term --save
```

## Features
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions package.json
@@ -1,10 +1,11 @@
{
"name": "lifion-template",
"name": "serv-term",
"version": "0.0.0",
"description": "Lifion template for all repositories",
"description": "Module for gracefully terminating nodejs http server",
"keywords": [],
"author": "Lifion.OpenSource@ADP.com",
"maintainers": [
"Mark Crisp <Mark.Crisp@ADP.com",
"Chen Doron <Chen.Doron@ADP.com>",
"Edgardo Avilés <Edgardo.Aviles@ADP.com>",
"Jenny Eckstein <Jenny.Eckstein@ADP.com>",
Expand All @@ -14,12 +15,12 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/lifion/lifion-template.git"
"url": "https://github.com/lifion/serv-term.git"
},
"bugs": {
"url": "https://github.com/lifion/lifion-template/issues"
"url": "https://github.com/lifion/serv-term/issues"
},
"homepage": "https://github.com/lifion/lifion-template#readme",
"homepage": "https://github.com/lifion/serv-term#readme",
"main": "lib/index.js",
"engines": {
"node": ">=10.0.0"
Expand Down
8 changes: 4 additions & 4 deletions templates/README.hbs
@@ -1,20 +1,20 @@
# lifion-template
# serv-term

[![npm version](https://badge.fury.io/js/lifion-template.svg)](http://badge.fury.io/js/lifion-template)
[![npm version](https://badge.fury.io/js/serv-term.svg)](http://badge.fury.io/js/serv-term)

## Getting Started

To install the module:

```sh
npm install lifion-template --save
npm install serv-term --save
```

## Features

## API Reference

{{#module name="lifion-template"}}
{{#module name="serv-term"}}
{{>member-index~}}
{{>separator~}}
{{>members~}}
Expand Down

0 comments on commit 3779f53

Please sign in to comment.