nrdboiler
v1.11.0
Published
NRD's npm package to create boilerplate projects
Downloads
9
Maintainers
Readme
NRDBoiler
NRDBoiler is a CLI-Tool to create boilerplate files for various projects. All boilerplate projects can be found in the Package Template section.
Install
npm install -g nrdboiler
Usage
npx nrdboiler <PackageTemplate> <YourProjectName>
Example
npx nrdboiler node-express test
Package Template
vanilla-web
Template Stack with an basic HTML, Javascript and CSS file
node-express
Template for a basic node server with express
web-sass
Template Stack with an basic HTML, Javascript and Sass file
react-component
Template to create a React Functional Component
react-basic
Template to create a React Basic Project with routes already configured
react-redux
Template to create a React Project with routes, redux and css transitions already configured
next-component
Template to create a Next.js Basic Functional Component
next-ssg-component
Template to create a Next.js Functional Component with Server Side Generation functions
react-electron
Template to create an Electron App with React.js
vanilla-threejs
Template to create a website using Three.js, HTML, JS and CSS
License
MIT © lnardon