Skip to content

Commit

Permalink
Renamed package : tsproject
Browse files Browse the repository at this point in the history
  • Loading branch information
obrassard committed Oct 4, 2020
1 parent 9076333 commit 1ecf9ae
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "generator-tsproj",
"version": "1.0.2",
"description": "A light yeoman generator for TS projets scaffolding",
"repository": "https://github.com/obrassard/generator-ts.git",
"name": "generator-tsproject",
"version": "1.0.3",
"description": "A light, yet convenient, code generator for TypeScript + Node.JS projects",
"repository": "https://github.com/obrassard/generator-tsproject.git",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
10 changes: 5 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<img src="https://i.imgur.com/fAmJYWo.png" alt="TypeScript Logo" width="100"/>

# generator-tsproj
# generator-tsproject

**This project is a light [Yeoman generator](https://yeoman.io) for TypeScript projets scaffolding**
**A light, yet convenient, [Yeoman generator](https://yeoman.io) for TypeScript + Node.JS projects**

This generator will allows you to customize and scaffold your next TypeScript project in seconds.

Expand All @@ -14,14 +14,14 @@ Psst ! It can also generate development Docker files and workflow files for Gith

<br>

[![See this package on NPM](https://img.shields.io/badge/-See%20this%20package%20on%20npm-CB3837?style=for-the-badge&logo=npm&logoColor=white)](https://www.npmjs.com/package/generator-tsproj)
[![See this package on NPM](https://img.shields.io/badge/-See%20this%20package%20on%20npm-CB3837?style=for-the-badge&logo=npm&logoColor=white)](https://www.npmjs.com/package/generator-tsproject)

## Getting started

```
npm install -g yo
npm install -g generator-tsproj
yo tsproj <project-name>
npm install -g generator-tsproject
yo tsproject <project-name>
```

***
Expand Down

0 comments on commit 1ecf9ae

Please sign in to comment.