We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f32bd4f commit a759df9Copy full SHA for a759df9
packages/create/index.js
@@ -0,0 +1,4 @@
1
+#! /usr/bin/env node
2
+const init = require('@pattern-lab/cli/bin/cli-actions/init');
3
+
4
+init({});
packages/create/package.json
@@ -0,0 +1,14 @@
+{
+ "name": "@pattern-lab/create",
+ "version": "1.0.0",
+ "description": "",
5
+ "bin": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "dependencies": {
10
+ "@pattern-lab/cli": "0.0.2-alpha.0"
11
12
+ "author": "",
13
+ "license": "MIT"
14
+}
0 commit comments