generator-whitelabel-custom-npm-package
v0.2.1
Published
Generator to create template for whitelabel's custom NPM package
Downloads
19
Maintainers
Readme
[DEPRECATED] generator-whitelabel-custom-npm-package
Generator to create template for whitelabel's custom NPM package
DEPRECATION
This repo has been renamed and moved to generator-zumata-npm. Therefore this will no longer be maintained.
Setup
Prerequisites
Please make sure that you have the followings installed on your machine:
node >= 6.9.1
(In Zumata, we internally use the latest LTS version (node:boron) for all our Node.js applications.)npm >= 3.10.8
(The minimum NPM version for node:boron.)eslint >= 3.8.0
(No guarantee it will work below the version specified here)eslint-plugin-import >= 2.0.1
(No guarantee it will work below the version specified here)- ESLint extension for your favorite text editor
Installation
First, install Yeoman and generator-whitelabel-custom-npm-package using npm (we assume you have pre-installed node.js).
$ npm install -g yo generator-whitelabel-custom-npm-package
Then generate your new project:
$ yo whitelabel-custom-npm-package
Getting To Know Yeoman
- Yeoman has a heart of gold.
- Yeoman is a person with feelings and opinions, but is very easy to work with.
- Yeoman can be too opinionated at times but is easily convinced not to be.
- Feel free to learn more about Yeoman.
License
MIT License © The Zumata Team