0.3.0 β€’ Published 2 years ago

fe-boilerplates-create v0.3.0

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

πŸ“¦ Frontend Boilerplates Create

CLI for creating reusable, modern React, Preact, Vue, Svelte and Nextjs libraries

npm npm GitHub license

⚑ Setup

πŸš€ Features

  • A modern and easy to use CLI
  • Rapid development of the component
  • Generates modern JS feature files
  • Webpack for bundling
  • Babel for transpiling
  • Optional support for TypeScript
  • Sourcemap creation
  • Publish github pages with one command
  • Easy to build and test your component with the example template

How is it different from the other library CLI?

  • It is using latest version of webpack. Currently, other CLI's are using rollup.
  • Development is fast here because we are not directly consuming the component. First we are building it peacefully, and once it is ready then we do npm pack to test in our local environment

πŸ“¦ Install globally

npm install -g fe-boilerplates-create

or

npx fe-boilerplates-create

:sparkles: Development

fe-boilerplates-create

Once you run the CLI, you will be asked to answer few questions. Complete the steps and you should have a react project with an example component.

If you are using npm

npm run dev

else

yarn dev

You will have a example component running in the browser. You can start developing your component here by adding some Javscript and CSS.

πŸ“„ License

0.3.0

2 years ago

0.2.9

2 years ago

0.2.8

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago