Skip to content

Commit

Permalink
feat(main): Built-in pipflow command
Browse files Browse the repository at this point in the history
  • Loading branch information
Marinerer committed Dec 28, 2023
1 parent 55a2615 commit ebeabe5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/main/bin/pipflow.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env node
'use strict'
require('@pipflow/cli')()
5 changes: 5 additions & 0 deletions packages/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"engines": {
"node": "^14.13.1 || >=16.0.0"
},
"bin": {
"pipflow": "./bin/pipflow.js",
"pw": "./bin/pipflow.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down Expand Up @@ -40,6 +44,7 @@
},
"homepage": "https://github.com/Meqn/pipflow#readme",
"dependencies": {
"@pipflow/cli": "workspace:^",
"@pipflow/core": "workspace:*",
"@pipflow/utils": "workspace:*",
"@types/browser-sync": "^2.27.0",
Expand Down

0 comments on commit ebeabe5

Please sign in to comment.