Script Kit
by John Lindquist
Open main menu
Free Tutorials
Tips
Community Scripts
Docs
Guide
Discuss
Blog
Scripts
/
John Lindquist
/
Project Name
Install
Add to Kit.app
John Lindquist
// Menu: Project Name
// Description: Generate an alliteraive, dashed project name, copies it to the clipboard, and shows a notification
// Author: John Lindquist
// Twitter: @johnlindquist
let
{
generate
}
=
await
npm
(
"project-name-generator"
)
const
name
=
generate
(
{
word
:
2
,
alliterative
:
true
,
}
)
.
dashed
await
setSelectedText
(
name
)