diff --git a/README.md b/README.md index a971ff4..8621595 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ or From install folder: -`gulp create-new-cheat-sheet --name --category ` +`gulp create-new-cheat-sheet --name --category ` Put your svg|png logo in assets/images folder Put your commands or codes on: diff --git a/assets/images/ScrumBySII_noir.png b/assets/images/ScrumBySII_noir.png new file mode 100755 index 0000000..e07b576 Binary files /dev/null and b/assets/images/ScrumBySII_noir.png differ diff --git a/gulpfile.js b/gulpfile.js index e6ca2d6..9aa31fc 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -26,7 +26,7 @@ const CATEGORY = { TOOLS: 'tools', FRAMEWORKS: 'frameworks', LANGUAGES: 'languages', - AGILE: 'agile', + SCRUM: 'scrum', PRACTICES: 'best-practices' }; @@ -98,7 +98,7 @@ function moveTemplates() { if (!name || !category) { throw new Error( - 'usage is "gulp create-new-cheat-sheet --name --category ' + 'usage is "gulp create-new-cheat-sheet --name --category ' ); } @@ -106,11 +106,11 @@ function moveTemplates() { category !== CATEGORY.TOOLS && category !== CATEGORY.FRAMEWORKS && category !== CATEGORY.LANGUAGES && - category !== CATEGORY.AGILE && + category !== CATEGORY.SCRUM && category !== CATEGORY.PRACTICES ) { throw new Error( - '"category must be any of these values : tools | frameworks | languages | agile | best-practices' + '"category must be any of these values : tools | frameworks | languages | scrum | best-practices' ); } diff --git a/src/index.html b/src/index.html index af2a918..3eb9f09 100644 --- a/src/index.html +++ b/src/index.html @@ -237,12 +237,12 @@

language languages

-

people agile

+

people SCRUM

- +
Affinage du Backlog
@@ -250,7 +250,7 @@

people agile

- +
Daily Meeting
@@ -258,7 +258,7 @@

people agile

- +
Release Planning
@@ -266,7 +266,7 @@

people agile

- +
Kanban
@@ -274,7 +274,7 @@

people agile

- +
Retrospective
@@ -282,7 +282,7 @@

people agile

- +
Sprint Planning
@@ -290,7 +290,7 @@

people agile