-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ A modern template for node modules with lint (ESlint), tests (Mocha and Chai), c | |
|
||
* clone the repo and remove the .git folder | ||
```Shell | ||
$ git clone [email protected]:semantic-release/semantic-release.git my-new-module-name | ||
$ git clone [email protected]:MauroJr/node-module-boilerplate.git my-new-module-name | ||
$ cd my-new-module-name | ||
$ rm -rf .git | ||
``` | ||
|
@@ -44,5 +44,5 @@ $ yarn run commit | |
## Do you want more information? | ||
|
||
```Shell | ||
$ yarn run info | ||
$ yarn run infoMy template for node modules with lint, tests, code coverage, type checking, CI, semantic release and interoperability between ES6 modules and CommonJs. | ||
``` |