Skip to content

Instantly share code, notes, and snippets.

@9oelM

9oelM/block20.tf Secret

Created March 21, 2021 13:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 9oelM/5736cdfa3e7fbd3fb4871a4e3e906c6d to your computer and use it in GitHub Desktop.
Save 9oelM/5736cdfa3e7fbd3fb4871a4e3e906c6d to your computer and use it in GitHub Desktop.
➜ server git:(master) ✗ lerna create hello
lerna notice cli v3.18.1
lerna WARN ENOREMOTE No git remote found, skipping repository property
package name: (hello) ls
version: (0.0.0)
description:
keywords:
homepage:
license: (ISC)
entry point: (lib/hello.js)
git repository:
About to write to /Users/jm/Desktop/test/test/server/packages/hello/package.json:
{
"name": "ls",
"version": "0.0.0",
"description": "> TODO: description",
"author": "9oelM",
"homepage": "",
"license": "ISC",
"main": "lib/hello.js",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
}
}
Is this OK? (yes)
lerna success create New package ls created at ./packages/hello
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment