1.0.2 • Published 2 years ago

popjs-cli v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

pop! JS CLI

Lets you create custom pop! components easily.

Install with npm i -g popjs-cli.

Command Format

sonpop make directory_name/componentName -f

  • An optional HTML tag can also be supplied to the second argument, e.g "make-div", "make-button", "make-span" etc.
  • If directory is omitted, the component is created in the directory where the terminal is being run.

Supported Arguments

  • make is used to create a generic pop! component with a render lifecycle method.
  • -f generates a pop! component with the set lifecycle method, props and state added.

Guide

Get familiar with the pop! JS framework by checking out the guide available at https://abiramrnair.github.io/pop-js/.

1.0.2

2 years ago

1.0.1

2 years ago