dcgithub / conjurated

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

create-conjurate-template

conjurate-template npm-url

1.0 Clone

git clone git@github.com:filipelinhares/create-conjurate-template.git your-template-name
cd your-template-name
npx trash .git

2.0 Configure your ./index.js as you do in templates config inside .conjurate.json

module.exports = {
  component: './src/components'
}

3.0 Create your template folders inside ./templates

License

MIT © Filipe Linhares

About

License:MIT License


Languages

Language:JavaScript 100.0%