monowebjp

monowebjp command line tool

Usage no npm install needed!

<script type="module">
  import monowebjp from 'https://cdn.skypack.dev/monowebjp';
</script>

README

monowebjp-cli

Frontend Initial Directories

Project Root
├── docs
│   ├── assets  
│   │   ├── images
│   │   ├── javascript
│   │   └── stylesheets
│   └── index.html
├── src
│   ├── assets  
│   │   ├── images
│   │   ├── javascript
│   │   └── stylesheets
│   └── views  
│       ├── layouts
│       └── index.pug
├── .editorconfig
├── .gitignore
├── .stylelintrc
├── bs-config.js
├── package.json
├── tsconfig.json
├── webpack.config.js
└── webpack.production.config.js