Skip to content

Commit

Permalink
Merge pull request #56 from underctrl-io/cli-updates
Browse files Browse the repository at this point in the history
feat: cli v1 init
  • Loading branch information
notunderctrl authored Jan 31, 2024
2 parents 5071578 + 789795f commit b3ef14f
Show file tree
Hide file tree
Showing 30 changed files with 815 additions and 560 deletions.
2 changes: 2 additions & 0 deletions packages/commandkit/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ node_modules
dist
.DS_Store
.vscode
!.env.example
.env.*
.env
.commandkit
102 changes: 0 additions & 102 deletions packages/commandkit/bin/common.mjs

This file was deleted.

168 changes: 0 additions & 168 deletions packages/commandkit/bin/development.mjs

This file was deleted.

3 changes: 3 additions & 0 deletions packages/commandkit/bin/index.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env node
require('source-map-support').install();
import('commandkit/cli');
39 changes: 0 additions & 39 deletions packages/commandkit/bin/index.mjs

This file was deleted.

61 changes: 0 additions & 61 deletions packages/commandkit/bin/parse-env.mjs

This file was deleted.

Loading

0 comments on commit b3ef14f

Please sign in to comment.