Skip to content

Commit 4528bdc

Browse files
RobinMalfaitadamwathanNaturalclar
authored
Start of new CLI (#4526)
* Ignore workspace settings * Parameterize setting up the context * WIP * WIP * WIP * WIP * wip * WIP Co-Authored-By: Jesse Katsumata <[email protected]> * WIP Co-Authored-By: Jesse Katsumata <[email protected]> * WIP Co-Authored-By: Jesse Katsumata <[email protected]> * Update some comments Co-Authored-By: Jesse Katsumata <[email protected]> * Fix bug * WIP * WIP' * more things * log console.time calls conditionally based on process.env.DEBUG * add `init` command * clean up when using --jit * Make config file optional * cleanup path.resolve calls path.resolve('.') is the same as path.resolve(process.cwd(), '.') * implement `--help` * shush eslint * drop unnecessary file Co-authored-by: Adam Wathan <[email protected]> Co-authored-by: Jesse Katsumata <[email protected]>
1 parent b514a5c commit 4528bdc

10 files changed

+745
-165
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
/cli
44
/lib
55
/example
6+
.vscode
67
tailwind.config.js
78
index.html
89
yarn.lock

package-lock.json

+21-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
},
6666
"dependencies": {
6767
"@fullhuman/postcss-purgecss": "^4.0.3",
68+
"arg": "^5.0.0",
6869
"bytes": "^3.0.0",
6970
"chalk": "^4.1.1",
7071
"chokidar": "^3.5.1",

0 commit comments

Comments
 (0)