Skip to content

Commit 4528bdc

Browse files
RobinMalfaitadamwathanNaturalclar
authored
Start of new CLI (tailwindlabs#4526)
* Ignore workspace settings * Parameterize setting up the context * WIP * WIP * WIP * WIP * wip * WIP Co-Authored-By: Jesse Katsumata <niconico.clarinet@gmail.com> * WIP Co-Authored-By: Jesse Katsumata <niconico.clarinet@gmail.com> * WIP Co-Authored-By: Jesse Katsumata <niconico.clarinet@gmail.com> * Update some comments Co-Authored-By: Jesse Katsumata <niconico.clarinet@gmail.com> * 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 <adam.wathan@gmail.com> Co-authored-by: Jesse Katsumata <niconico.clarinet@gmail.com>
1 parent b514a5c commit 4528bdc

File tree

10 files changed

+745
-165
lines changed

10 files changed

+745
-165
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
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

Lines changed: 21 additions & 6 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 & 0 deletions
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)