1.2.0 • Published 4 years ago

vini-all-mod v1.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

This is the vini-all-mod

Installer Some Modules for Development

Includes: 1. express (in express); 2. body-parser (in bodyParser); 3. app (Express Instance); 4. path (in path); 5. consign (in consign); 6. cookie-parser (in cookieParser); 7. express-session (in expressSession); 8. method-override (in methodOverride); 9. ejs (only in Package.js)

Example using App:

const { app } = require('vini-all-mod')

app.get('/', (req, res) => { res.send('Test npm') })

app.listen(3000, () => console.log('Exec...'))