disable wip snippets

This commit is contained in:
2020-05-11 12:01:39 +02:00
parent f0a67a5d84
commit 4e76cf3d5c
8 changed files with 47 additions and 63 deletions

View File

@ -56,6 +56,10 @@ async function init_package (
}
export default class Node implements Snippet {
public is_active (): boolean {
return true;
}
public async start (): Promise<void> {
const folder = await new Input (
{ message: 'project name (leave empty for current folder):' }