add conf to remember preferred config
This commit is contained in:
parent
e180e34ee5
commit
288d18f616
6 changed files with 59 additions and 13 deletions
5
packages/create-freesewing-pattern/lib/config.js
Normal file
5
packages/create-freesewing-pattern/lib/config.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
'use strict'
|
||||
|
||||
const Conf = require('conf')
|
||||
|
||||
module.exports = new Conf()
|
Loading…
Add table
Add a link
Reference in a new issue