1.2.0 • Published 2 years ago

@akawaka/bootstrapper v1.2.0

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

JavaScript Project Bootstrapper

Tool to create JavaScript projet from model like Vanilla, VueJs, React ...

Usage

npx @akawaka/bootstrapper create -m vanilla -c css /dir/my-project

Example

Models

  • vanilla : For JavaScript without framework project
  • vue2 : For JavaScript with Vue v2 framework project (with Vue router plugin)
  • vue : For JavaScript with Vue v3 framework project (with Vue router plugin)
  • react : For JavaScript with React framework project (with React router plugin)

CSS Framework

  • css : No CSS Framework
  • tailwind : Install Tailwind v3 CSS Framework
  • bootstrap : Install Bootstrap v5 CSS Framework

Contributing

See the CONTRIBUTING file.

Code of conduct

Be nice and take a look on our CODE OF CONDUCT.

Support

This project is open source and this is our support rules.

License

This project is licensed under MIT.

Credits

Created by Akawaka.

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago

0.0.1

2 years ago