Skip to content

Commit

Permalink
Rename the project from fgen to dgen
Browse files Browse the repository at this point in the history
  • Loading branch information
tombenke committed Dec 7, 2017
1 parent d9f9182 commit 4af5e4e
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 25 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fgen
dgen
====

[![unstable](http://badges.github.io/stability-badges/dist/unstable.svg)](http://github.com/badges/stability-badges)
Expand All @@ -8,14 +8,14 @@ fgen

Universal generator module to create directories files and template based contents

Read the [API documentation](https://tombenke.github.io/fgen/index.html)
Read the [API documentation](https://tombenke.github.io/dgen/index.html)
for further details on how to use this library.

## Installation

Run the install command:

npm install --save fgen
npm install --save dgen


## Development
Expand Down Expand Up @@ -51,10 +51,10 @@ Gain test coverage report:
npm run coverage
```

[npm-badge]: https://badge.fury.io/js/fgen.svg
[npm-url]: https://badge.fury.io/js/fgen
[travis-badge]: https://api.travis-ci.org/tombenke/fgen.svg
[travis-url]: https://travis-ci.org/tombenke/fgen
[Coveralls]: https://coveralls.io/github/tombenke/fgen?branch=master
[BadgeCoveralls]: https://coveralls.io/repos/github/tombenke/fgen/badge.svg?branch=master
[npm-badge]: https://badge.fury.io/js/dgen.svg
[npm-url]: https://badge.fury.io/js/dgen
[travis-badge]: https://api.travis-ci.org/tombenke/dgen.svg
[travis-url]: https://travis-ci.org/tombenke/dgen
[Coveralls]: https://coveralls.io/github/tombenke/dgen?branch=master
[BadgeCoveralls]: https://coveralls.io/repos/github/tombenke/dgen/badge.svg?branch=master

2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/**
* Universal generator module to create directories files and template based contents
*
* @module fgen
* @module dgen
*/

var _lodash = require('lodash');
Expand Down
14 changes: 7 additions & 7 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ <h3> </h3>


<section>
<article><h1>fgen</h1><p><a href="http://github.com/badges/stability-badges"><img src="http://badges.github.io/stability-badges/dist/unstable.svg" alt="unstable"></a>
<a href="https://badge.fury.io/js/fgen"><img src="https://badge.fury.io/js/fgen.svg" alt="npm version"></a>
<a href="https://travis-ci.org/tombenke/fgen"><img src="https://api.travis-ci.org/tombenke/fgen.svg" alt="Build Status"></a>
<a href="https://coveralls.io/github/tombenke/fgen?branch=master"><img src="https://coveralls.io/repos/github/tombenke/fgen/badge.svg?branch=master" alt="Coveralls"></a></p>
<article><h1>dgen</h1><p><a href="http://github.com/badges/stability-badges"><img src="http://badges.github.io/stability-badges/dist/unstable.svg" alt="unstable"></a>
<a href="https://badge.fury.io/js/dgen"><img src="https://badge.fury.io/js/dgen.svg" alt="npm version"></a>
<a href="https://travis-ci.org/tombenke/dgen"><img src="https://api.travis-ci.org/tombenke/dgen.svg" alt="Build Status"></a>
<a href="https://coveralls.io/github/tombenke/dgen?branch=master"><img src="https://coveralls.io/repos/github/tombenke/dgen/badge.svg?branch=master" alt="Coveralls"></a></p>
<p>Universal generator module to create directories files and template based contents</p>
<p>Read the <a href="https://tombenke.github.io/fgen/index.html">API documentation</a>
<p>Read the <a href="https://tombenke.github.io/dgen/index.html">API documentation</a>
for further details on how to use this library.</p>
<h2>Installation</h2><p>Run the install command:</p>
<pre class="prettyprint source"><code>npm install --save fgen</code></pre><h2>Development</h2><p>During the development to create the dist package, run either:</p>
<pre class="prettyprint source"><code>npm install --save dgen</code></pre><h2>Development</h2><p>During the development to create the dist package, run either:</p>
<pre class="prettyprint source lang-bash"><code> npm run build</code></pre><p>or use</p>
<pre class="prettyprint source lang-bash"><code> npm run test:watch</code></pre><p>Update the documentation:</p>
<pre class="prettyprint source lang-bash"><code> npm run docs</code></pre><p>Check the source code:</p>
Expand All @@ -68,7 +68,7 @@ <h2>Installation</h2><p>Run the install command:</p>
</div>

<nav>
<h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-fgen.html">fgen</a></li></ul>
<h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-dgen.html">dgen</a></li></ul>
</nav>

<br class="clear">
Expand Down
6 changes: 3 additions & 3 deletions docs/module-fgen.html → docs/module-dgen.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>JSDoc: Module: fgen</title>
<title>JSDoc: Module: dgen</title>

<script src="scripts/prettify/prettify.js"> </script>
<script src="scripts/prettify/lang-css.js"> </script>
Expand All @@ -17,7 +17,7 @@

<div id="main">

<h1 class="page-title">Module: fgen</h1>
<h1 class="page-title">Module: dgen</h1>



Expand Down Expand Up @@ -1135,7 +1135,7 @@ <h5>Returns:</h5>
</div>

<nav>
<h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-fgen.html">fgen</a></li></ul>
<h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-dgen.html">dgen</a></li></ul>
</nav>

<br class="clear">
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "fgen",
"name": "dgen",
"description": "Universal generator module to create directories files and template based contents",
"version": "1.0.0",
"tags": [
Expand All @@ -12,13 +12,13 @@
"email": "tombenke@gmail.com"
},
"bugs": {
"url": "https://github.com/tombenke/fgen/issues"
"url": "https://github.com/tombenke/dgen/issues"
},
"license": "MIT",
"homepage": "https://github.com/tombenke/fgen",
"homepage": "https://github.com/tombenke/dgen",
"repository": {
"type": "git",
"url": "http://github.com/tombenke/fgen.git"
"url": "http://github.com/tombenke/dgen.git"
},
"main": "dist/index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* Universal generator module to create directories files and template based contents
*
* @module fgen
* @module dgen
*/

import * as _ from 'lodash'
Expand Down

0 comments on commit 4af5e4e

Please sign in to comment.