We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60d80b6 commit 32fdaadCopy full SHA for 32fdaad
index.js
@@ -0,0 +1,3 @@
1
+#!/usr/bin/env node
2
+
3
+require('./dist/cli');
package.json
@@ -2,7 +2,7 @@
"name": "@lambda-lambda-lambda/cli",
"description": "Command-line tool to create a new L³ application.",
4
"version": "0.0.3",
5
- "main": "dist/cli.js",
+ "main": "index.js",
6
"scripts": {
7
"compile": "tsc -p ./",
8
"lint": "eslint . --ext .ts,.tsx",
0 commit comments