All Projects → darlanmendonca → generator-nude

darlanmendonca / generator-nude

Licence: MIT License
A generator to scaffolding HTTP API's, with Express.js and es6

Programming Languages

javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to generator-nude

Node Express Mongodb Jwt Rest Api Skeleton
This is a basic API REST skeleton written on JavaScript using async/await. Great for building a starter web API for your front-end (Android, iOS, Vue, react, angular, or anything that can consume an API). Demo of frontend in VueJS here: https://github.com/davellanedam/vue-skeleton-mvp
Stars: ✭ 603 (+3668.75%)
Mutual labels:  eslint, chai
Vue Skeleton Mvp
VueJs, Vuetify, Vue Router and Vuex skeleton MVP written on JavaScript using async/await built to work with API REST skeleton: https://github.com/davellanedam/node-express-mongodb-jwt-rest-api-skeleton
Stars: ✭ 406 (+2437.5%)
Mutual labels:  eslint, chai
eslint-config-adjunct
A reasonable collection of plugins to use alongside your main esLint configuration
Stars: ✭ 39 (+143.75%)
Mutual labels:  eslint, chai
typescript-api-starter
🔰 Starter for Node.js express API in Typescript 🚀
Stars: ✭ 72 (+350%)
Mutual labels:  eslint, chai
OSAPI
👋 OSAPI 是依靠通用性后台管理平台搭建的API管理平台,基于 vue3、Nestjs 技术栈实现,包含 RBAC 角色权限模块、数据展示、编辑等模块。
Stars: ✭ 32 (+100%)
Mutual labels:  eslint
eslint-config-chweb
✏️Disciple团队eslint配置检测规范
Stars: ✭ 27 (+68.75%)
Mutual labels:  eslint
rollup-plugin-istanbul
Seamless integration between Rollup and Istanbul
Stars: ✭ 39 (+143.75%)
Mutual labels:  istanbul
vue-eslint-editor
A code editor component to play ESLint.
Stars: ✭ 35 (+118.75%)
Mutual labels:  eslint
eslint-plugin-lodash-template
ESLint plugin for John Resig-style micro template, Lodash's template, Underscore's template and EJS.
Stars: ✭ 15 (-6.25%)
Mutual labels:  eslint
react-component-library-lerna
Build your own React component library managed with lerna, presented with storybook and published in private npm registry.
Stars: ✭ 55 (+243.75%)
Mutual labels:  eslint
frontplate-cli
フロントエンドビルドCLI
Stars: ✭ 25 (+56.25%)
Mutual labels:  eslint
ying-template
这是一个基于 `webpack@^5.27.2` + `typescript@^4.2.3` + `@babel/core@^7.2.2` + `jest@^26.6.3` + `eslint@^7.22.0` 的多页面脚手架。
Stars: ✭ 125 (+681.25%)
Mutual labels:  eslint
fullstack-template
This is a template repository to get up and running quickly with Vite, React, Jest, Express Docker, and Github Actions for CI/CD.
Stars: ✭ 14 (-12.5%)
Mutual labels:  eslint
nextjs-starter-kit
NextJS Starter Kit with Testing Frameworks and CI/CD
Stars: ✭ 30 (+87.5%)
Mutual labels:  eslint
frolint
Frontend linter for developers
Stars: ✭ 26 (+62.5%)
Mutual labels:  eslint
graphql-starter
Node, Express, GraphQL, Neo4j, Mocha and ES6
Stars: ✭ 17 (+6.25%)
Mutual labels:  chai
db-portfolio
My personal portfolio website.
Stars: ✭ 97 (+506.25%)
Mutual labels:  eslint
react-typescript
A Front-End Project with Typescript/Antd. webpack5+react-router4+antd+typescript4+grahql
Stars: ✭ 63 (+293.75%)
Mutual labels:  eslint
x-mall-miniprogram-wepy
一个基于wepy+redux+eslint+sass的类Vue开发风格的商城微信小程序项目。
Stars: ✭ 67 (+318.75%)
Mutual labels:  eslint
spectron-typescript-starter
Spectron TypeScript Starter for e2e testing electron applications
Stars: ✭ 15 (-6.25%)
Mutual labels:  chai

Build Status Coverage Status npm version MIT Licence

A generator to scaffolding HTTP API's, with Express.js and es6

Offers

Requirements

This generator, is a yeoman generator, and require following modules:

  • yo
  • gulp

To install these:

npm i -g yo gulp

Install and use

First install this module as global

npm i -g generator-nude

And to use, go to a empty folder, where you want generate project, and run:

yo nude

or

yo nude nameProject

After install dependencies, running your project using default task on Gulp, running:

gulp

and to run tests

npm test
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].