Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9fdca9e

Browse files
committedJan 9, 2025·
Add a CLI to create new Parcel apps
1 parent e3a2b72 commit 9fdca9e

Some content is hidden

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

41 files changed

+959
-18
lines changed
 

‎.eslintignore

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ packages/*/*/test/mochareporters.json
1111
packages/core/integration-tests/test/input/**
1212
packages/core/utils/test/input/**
1313
packages/utils/create-react-app/templates
14+
packages/utils/create-parcel-app/templates
1415
packages/examples
1516

1617
# Generated by the build

‎gulpfile.js

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ const paths = {
3232
packageJson: [
3333
'packages/core/parcel/package.json',
3434
'packages/utils/create-react-app/package.json',
35+
'packages/utils/create-parcel/package.json',
3536
'packages/dev/query/package.json',
3637
'packages/dev/bundle-stats-cli/package.json',
3738
],

0 commit comments

Comments
 (0)
Please sign in to comment.