vini-all-mod

1.2.0 • Public • Published

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...'))

Package Sidebar

Install

npm i vini-all-mod

Weekly Downloads

1

Version

1.2.0

License

MIT

Unpacked Size

1.79 kB

Total Files

4

Last publish

Collaborators

  • viniciusfreitasrj17home