You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scaffolding hello name
its a me
✔ Created package.json
? Do you want Pingy to scaffold the following files for you?
├── index.pug
└─┬ components/
├── button.pug
└── _nuclides.sass
(Y/n)
this would be a good place to remind in what directory i am initing to so i don't accidentally use the wrong one :)
? Do you want Pingy to scaffold the following files for you into $current_directory?
also, even if i remember to say no here to abort, pingy.json and package.json are already created. for now it would just be good to be noted about that so i don't leave a dirty folder behind.
a later version could:
not create any files before i confirm anything
instead of (Y/n) give a select like
? You are about to init/scaffold into $current_directory
❯ yes, that is correct
no, let me create a new one
The text was updated successfully, but these errors were encountered:
this would be a good place to remind in what directory i am initing to so i don't accidentally use the wrong one :)
? Do you want Pingy to scaffold the following files for you into $current_directory?
also, even if i remember to say no here to abort,
pingy.json
andpackage.json
are already created. for now it would just be good to be noted about that so i don't leave a dirty folder behind.a later version could:
The text was updated successfully, but these errors were encountered: