Skip to content

Commit db411ae

Browse files
committed
v0.3.7 added bitloops flag
1 parent a257179 commit db411ae

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-bitloops",
3-
"version": "0.3.6",
3+
"version": "0.3.7",
44
"description": "Next.js with TypeScript, Tailwind, Storybook and Cypress generator by Bitloops",
55
"license": "MIT",
66
"author": "Bitloops S.A.",

setup/index.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ export default class extends Generator {
5656
default: false,
5757
});
5858

59+
this.option('bitloops', {
60+
type: Boolean,
61+
description: 'Add Bitloops specific boilerplate files',
62+
default: false,
63+
});
64+
5965
this.option('git', {
6066
type: Boolean,
6167
description: 'Commit changes to git',

0 commit comments

Comments
 (0)