@robgietema/generator-nick
v0.0.1
Published
Generator for Nick
Downloads
2
Readme
Yeoman Nick App Generator
@robgietema/generator-nick is a Yeoman generator that helps you to set up Nick via command line.
Installation
First, install Yeoman and @robgietema/generator-nick using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g @robgietema/generator-nick
Usage
Creating a new Nick project using npm init
npm init yo @robgietema/nick
This is the shortcut for using npm init
command. It uses Yeoman (yo
) and @robgietema/generator-nick
and execute them without having to be installed globally.
Answer the prompt questions to complete the generation process.
Creating a new Nick project
yo @robgietema/nick
This will bootstrap a new Nick project inside the current folder.
Start Nick with yarn start
Start Nick with:
yarn start
This runs the project in development mode.
Consult the Nick docs for further details:
https://nickcms.org
Run unit tests with yarn test
Runs all the tests.
Update translations with yarn i18n
Runs the test i18n runner which extracts all the translation strings and generates the needed files.