1
0
Fork 0

Save after loading freesewing and pattern

This commit is contained in:
Joost De Cock 2019-04-12 19:36:32 +02:00
parent a91ecd1b3a
commit d73cd3512c
61 changed files with 6493 additions and 334 deletions

View file

@ -155,6 +155,6 @@ yarn-debug.log*
yarn-error.log*
`, 'utf8')
const cmd = `git init && git add . && git commit -m "init ${pkg.name}@${pkg.version}"`
const cmd = `git init && git add . && git commit -m ":tada: Initialized ${pkg.name}@${pkg.version} with create-freesewing-pattern"`
return execa.shell(cmd, { cwd: dest })
}