Skip to content

Commit 53a2d18

Browse files
committed
✨ asdad
1 parent ce10aed commit 53a2d18

98 files changed

Lines changed: 15517 additions & 799 deletions

File tree

Some content is hidden

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

bin/create-node-app.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env node
2-
require('source-map-support').install()
3-
const Bootstrap = require('../lib/Bootstrap').default
2+
import { Bootstrap } from '../lib/Bootstrap.js'
3+
import * as sourceMapSupport from 'source-map-support'
44

5+
sourceMapSupport.install()
56
new Bootstrap().runCLI(process.argv)

lib/Bootstrap.js

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

lib/Bootstrap.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/Npm.js

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

lib/Npm.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/PackageJson.js

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

0 commit comments

Comments
 (0)