Skip to content

Instantly share code, notes, and snippets.

@apaleslimghost
Last active March 3, 2021 15:34
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 apaleslimghost/674fb8a50be20fc8621ac1e73893f88c to your computer and use it in GitHub Desktop.
Save apaleslimghost/674fb8a50be20fc8621ac1e73893f88c to your computer and use it in GitHub Desktop.
name: @quarterto/is-installing-package
#!/usr/bin/env node
if(process.env.INIT_CWD !== process.cwd()) {
process.exit(0);
} else {
process.exit(1);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment