유용한 NPM 모듈(modules) 리스트
유용한 npm 모듈 리스트
Cuid
1 | $ npm install --save cuid |
CoffeeScript
1 | npm install --save-dev coffeescript |
PM2 — Advanced Node.js process manager
1 | $ npm install pm2 -g |
Pug — template engine for Express
1 | $ npm install pug |
Mocha — the fun, simple, flexible JavaScript test framework
1 | $ npm install --global mocha |
Jest
Nodemailer
1 | $ npm install nodemailer |
Cheerio
1 | $ npm install cheerio |
Sequelize — The Node.js ORM Mapper
1 | $ npm install --save sequelize |
Express — Node.js web application framework
1 | $ npm install express |
Chalk - is a terminal-styling library
1 | log(chalk.blue('Hello') + ' World' + chalk.red('!')); |
Morgan
jQuery
Nodemon
Dotenv
Mongoose - object-modeling library for MongoDB databases
1 | const mongoose = require('mongoose'); |
Bootstrap
GraphQL - a query language for HTTP requests
1 | graphql`{ |
Lodash
1 | _.defaults({ 'a': 1 }, { 'a': 3, 'b': 2 }); |
Axios - async promise-based HTTP request library
GatsbyJS - a framework that follows the JamStack
Luxon
1 | dt.toISOWeekDate(); |