Skip to content

Commit 47a3da9

Browse files
committed
refactor: 💡 enabled npm publish
This commit includes changes to enable npm publish for global installation BREAKING CHANGE: 🧨 YES
1 parent 7aa2908 commit 47a3da9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+18
-8
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
node_modules
2+
./**/node_modules

README.md

Lines changed: 2 additions & 2 deletions

bin/fastify-typescript-generator.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/usr/bin/env node
2+
3+
require('../lib/cli');

lib/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

cli.js renamed to lib/cli.js

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)