Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ If installed globally, invoke `orphic` via CLI and create a new base package wit

## Releases

0.0.5 -- support for @obrienk/bc-mvc package.
0.0.4 -- Added Plesk scaffolding.
0.0.3 -- Verified working on Unix based machines/zsh.
4 changes: 4 additions & 0 deletions bin/bc-mvc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env node

require = require('esm')(module /*, options*/);
require('../src/bc-mvc').cli(process.argv);
Empty file modified bin/orphic-cli
100644 → 100755
Empty file.
Loading