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

@ -12,6 +12,10 @@ import { apply_template, modify_json } from '../../Helper';
import { general, node } from './Assets';
export default class Jenkins implements Snippet {
public is_active (): boolean {
return true;
}
public async start (): Promise<void> {
const is_node = await new Confirm ({
message: 'is the current project using nodejs?',