@lendi/generator-nextjs
A generator for static websites.
Installation
yarn global add yo @lendi/generator-nextjs@latest
You need to have nodejs
and yarn
installed first.
Usage
๐โโ๏ธ Run the generator:
yo @lendi/nextjs [directory]
If you would like the files to be created in a different directory to your current working directory then you can specify the directory as an argument.
๐ฌ Answer the questions:
_-----_
| | โญโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ
|--(o)--| โ Welcome to the nextjs โ
`---------ยด โ generator! โ
( _ยดU`_ ) โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ
/___A___\ /
| ~ |
__'.___.'__
ยด ` |ยฐ ยด Y `
? Project name: (e.g. loans-blog) loans-blog
? Project description: (e.g. A website for the loans blog.) A website for the loans blog.
โฒ Wait for the files to be created and the dependencies to be installed.
๐ DONE!