asitis-npm-boilerplate
v1.0.11
Published
Asitis boilerplate for creating npm packages
Downloads
6
Maintainers
Readme
Asitis Npm Boilerplate
Package for creating templates for react/node npm components.
Generates directory with necessary files to develop npm package.
Installation
Execute one of the following commands in powershell
# Yarn users
yarn global add asitis-npm-boilerplate
# NPM users
npm install -g asitis-npm-boilerplate
Usage
React NPM Package
Will generate React NPM Package template with the following:
- package.json
- Webpack (development/production)
- Two template components & index component
- Stylesheet
- And much more...
# Run command in desired folder
asitis-npm-boilerplate <project-name>
Node NPM Package
- package.json
- Webpack (development w/ nodemon refresh/production)
- Template component and working site
# Run command in desired folder
asitis-npm-boilerplate --node <project-name>