generator-craftrepo
A generator for new EHR Craft repositories - to simplify the setup of file structure according to DIPS AS patterns
Repo home https://dev.azure.com/dips/DIPS%20Configured%20Products/_git/generator-craftrepo
Installation
First, install Yeoman and generator-craftrepo using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-craftrepo
Use
Generate a new project
mkdir <projectname>
cd <projectname>
yo craftrepo
yo craftrepo:archetype
Develop
If you want to contribiute to the project and want to test it locally you can link the source with the following commands
git clone https://dips@dev.azure.com/dips/DIPS%20Configured%20Products/_git/generator-craftrepogenerator-craftrepo
cd generator-craftrepo
npm install
npm install -V
npm link
Getting To Know Yeoman
- Feel free to learn more about Yeoman.
License
Apache-2.0 © Bjørn Næss