Skip to content

Jarlotee/generator-node-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Project Generator

Build Status Dependency Status

Helps you bootstrap your respository for a next.js projects.

Getting Started

  • Install npm install -g @jarlotee/generator-node-project
  • Run yo node-project

Options

Node... so many options, frameworks, always changing, lets tame the beast...
 What is the name of your project? next-project
 What kind of project would you like to create? next.js
 You definitely want unit tests, right? Yes
 How about an .editorconfig? Yes
 Would you like to supress package-lock generation? Yes

What you get

├── .editorconfig
├── .gitignore
├── .npmrc
├── .prettierrc
├── package.json
├── readme.md
├── src
│   ├── next.config.js
│   ├── pages
│   │   ├── _app.tsx
│   │   └── index.tsx
│   ├── server.js
│   └── tsconfig.json
└── tslint.json

Opinions

Options may be added later, but here is they are:

  • Typescript w/ tslint
  • Prettier
  • Populate the BuildNumber environment variable to create a consistent hash for load balancing

License

MIT

About

Yeoman generator for node projects, or projects that build assets with node

Resources

License

Stars

Watchers

Forks

Packages

No packages published