Skip to content

Commit 35811a3

Browse files
committed
Add support for @obrienk/bc-mvc package
1 parent f015138 commit 35811a3

File tree

13 files changed

+1081
-106
lines changed

13 files changed

+1081
-106
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@ If installed globally, invoke `orphic` via CLI and create a new base package wit
1717

1818
## Releases
1919

20+
0.0.5 -- support for @obrienk/bc-mvc package.
21+
0.0.4 -- Added Plesk scaffolding.
2022
0.0.3 -- Verified working on Unix based machines/zsh.

bin/bc-mvc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env node
2+
3+
require = require('esm')(module /*, options*/);
4+
require('../src/bc-mvc').cli(process.argv);

bin/orphic-cli

100644100755
File mode changed.

components

Lines changed: 0 additions & 101 deletions
This file was deleted.

0 commit comments

Comments
 (0)