@robgietema/generator-nick
v0.0.12
Published
Generator for Nick
Downloads
511
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-nickUsage
Creating a new Nick project using npm init
npm init yo @robgietema/nickThis 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/nickThis will bootstrap a new Nick project inside the current folder.
Start Nick with pnpm start
Start Nick with:
pnpm startThis runs the project in development mode.
Consult the Nick docs for further details:
https://nickcms.org
Run unit tests with pnpm test
Runs all the tests.
Update translations with pnpm i18n
Runs the test i18n runner which extracts all the translation strings and generates the needed files.
