File tree Expand file tree Collapse file tree 6 files changed +17
-7
lines changed Expand file tree Collapse file tree 6 files changed +17
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
3
+ [ 1.2.1 ] : https://github.com/digikid/create-gulp-project/releases/tag/1.2.1
4
+
5
+ ## [ 1.2.1] - 2022-07-24
6
+
7
+ ### Updates
8
+
9
+ - Main development task renamed with ` dev `
10
+ - Update documentation files
11
+
3
12
[ 1.2.0 ] : https://github.com/digikid/create-gulp-project/releases/tag/1.2.0
4
13
5
14
## [ 1.2.0] - 2022-07-14
Original file line number Diff line number Diff line change 2
2
<img alt =" Create Gulp Project " src =" https://github.com/digikid/create-gulp-project/raw/main/logo.png " height =" 117 " />
3
3
<h1 >Create Gulp Project</h1 >
4
4
<p >Configure projects based on <a href =" https://github.com/digikid/gulp-project " >gulp-project</a > boilerplate.<br >Store your settings and setup new projects quickly.</p >
5
+ <p >
6
+ <b>English</b> | <a href="https://github.com/digikid/create-gulp-project/blob/main/README.ru-RU.md">Русский</a></p>
5
7
<img src =" https://img.shields.io/github/release/digikid/create-gulp-project.svg?style=flat-square&logo=appveyor " alt =" Release version " >
6
8
<img src =" https://img.shields.io/github/languages/top/digikid/create-gulp-project.svg?style=flat-square&logo=appveyor " alt =" TypeScript " >
7
9
<img src =" https://img.shields.io/github/license/digikid/create-gulp-project.svg?style=flat-square&logo=appveyor " alt =" MIT License " >
8
- <p >
9
- <a href="https://github.com/digikid/create-gulp-project/blob/main/README.md">en</a> | <a href="https://github.com/digikid/create-gulp-project/blob/main/README-ru.md">ru</a></p>
10
10
</div >
11
11
12
12
## Install
Original file line number Diff line number Diff line change 2
2
<img alt =" Create Gulp Project " src =" https://github.com/digikid/create-gulp-project/raw/main/logo.png " height =" 117 " />
3
3
<h1 >Create Gulp Project</h1 >
4
4
<p >Конфигуратор для проектов на сборке <a href =" https://github.com/digikid/gulp-project " >gulp-project</a >.<br >Сохраняйте параметры и создавайте новые проекты за пару кликов.</p >
5
+ <p >
6
+ <a href="https://github.com/digikid/create-gulp-project/blob/main/README.md">English</a> | <b>Русский</b></p>
5
7
<img src =" https://img.shields.io/github/release/digikid/create-gulp-project.svg?style=flat-square&logo=appveyor " alt =" Release version " >
6
8
<img src =" https://img.shields.io/github/languages/top/digikid/create-gulp-project.svg?style=flat-square&logo=appveyor " alt =" TypeScript " >
7
9
<img src =" https://img.shields.io/github/license/digikid/create-gulp-project.svg?style=flat-square&logo=appveyor " alt =" MIT License " >
8
- <p >
9
- <a href="https://github.com/digikid/create-gulp-project/blob/main/README.md">en</a> | <a href="https://github.com/digikid/create-gulp-project/blob/main/README-ru.md">ru</a></p>
10
10
</div >
11
11
12
12
## Установка
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " create-gulp-project" ,
3
- "version" : " 1.2.0 " ,
3
+ "version" : " 1.2.1 " ,
4
4
"description" : " Configure projects based on gulp-project boilerplate" ,
5
5
"type" : " module" ,
6
6
"main" : " dist/index.js" ,
26
26
"prepublish" : " tsc" ,
27
27
"scripts" : {
28
28
"prepare" : " tsc" ,
29
+ "dev" : " tsc --watch" ,
29
30
"local-install" : " npm i -g ./" ,
30
31
"local-update" : " tsc"
31
32
},
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ export default (async function (this: IApp) {
17
17
const removedFiles = [
18
18
'.git' ,
19
19
'README.md' ,
20
- 'README-ru .md' ,
20
+ 'README.ru-RU .md' ,
21
21
'CHANGELOG.md' ,
22
22
'LICENSE' ,
23
23
'logo.png' ,
You can’t perform that action at this time.
0 commit comments