Skip to content

Commit

Permalink
feat: init oclif cli
Browse files Browse the repository at this point in the history
  • Loading branch information
yarastqt committed Apr 21, 2020
1 parent 355fd2e commit 3dfdfc8
Show file tree
Hide file tree
Showing 7 changed files with 1,516 additions and 9 deletions.
6 changes: 6 additions & 0 deletions bin/themekit.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env node

require('@oclif/command')
.run()
.then(require('@oclif/command/flush'))
.catch(require('@oclif/errors/handle'))
1 change: 1 addition & 0 deletions oclif.manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"version":"0.0.0-alpha.0","commands":{"build":{"id":"build","pluginName":"@yandex/themekit","pluginType":"core","aliases":[],"flags":{},"args":[]}}}
Loading

0 comments on commit 3dfdfc8

Please sign in to comment.