Skip to content

UnlyEd/boilerplates-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unly logo Maintainability

Boilerplates generator

This package provides ready-to-use projects (boilerplates). See Getting started for usage.

Boilerplates

Here is a complete list of all available boilerplates and what's their goal.

In order to use a template, you can either generate it through our CLI (see Getting started), or clone the repository and copy/paste the template you're interested about.

Each template has it's own documentation.

All templates come with:

Templates meant to be used to release open source packages (marked as "OSS") come with:

  • Travis CI (doesn't handle CodeClimate Coverage report, yet #goodFirstPR)
  • Utilities meant to help to release/publish versions to NPM

- Next.js TypeScript on Zeit Now (universal app with API focus)

This template can be used to get started very quickly with a universal Next.js app (client + server navigations) using TypeScript, powered by Zeit Now platform for hosting. It is especially meant to build backend services, such as API, etc.

It's just a one click away! Deploy with ZEIT Now

Go to template

- node-v10.x-aws-serverless

This template can be used to get started quickly with AWS Lambda, using the official node.js v10.x runtime. It is especially meant to build backend services, such as API, crons, etc.

It includes a lot of good defaults, meant to help developers. It is entirely customisable and is meant to be flexible.

Go to template

- node-v10.x-aws-serverless-with-serverless-bundle

This template can be used to get started quickly with AWS Lambda, using the official node.js v10.x runtime. It is especially meant to build backend services, such as API, crons, etc. It includes a lot of good defaults, meant to help developers.

It uses serverless-bundle instead of serverless-webpack, which isn't meant to be customised (no custom babel/webpack) but much easier to maintain (since there is no babel/webpack config to maintain).

Go to template

- typescript-OSS

This template can be used to get started quickly with a node.js package meant to be released as open source package (OSS license), using TypeScript. It includes utilities meant to help to release/publish versions to NPM.

Go to template

- node-v8.10-package-OSS (deprecated)

This template can be used to get started quickly with a node.js package meant to be released as open source package (OSS license), using Node 8.10. It includes utilities meant to help to release/publish versions to NPM.

Go to template

- node-v12.6-package-OSS (webpack broken, awaiting fix)

This template can be used to get started quickly with a node.js package meant to be released as open source package (OSS license), using Node 12.6. It includes utilities meant to help to release/publish versions to NPM.

Go to template

- node-v8.10-aws-serverless (deprecated)

Deprecated because node 8.10 is EOL and will stop working on AWS Lambda around April 2020.

Go to template

- node-v6.10-aws-serverless (deprecated)

Deprecated because node 6.10 isn't supported by AWS Lambda since April 2019.

Go to template

Getting started

You can either install the package globally or locally. If you install it globally, then you can create skeletons using a global node command. If you install it locally, then you can create skeletons by calling the yarn start command from within the project folder.

The choice is yours, we believe it is harder to reason about the package's changes when installed globally. So we rather recommend the local installation.

Usage

With global installation

Install:

npm install -g https://github.com/UnlyEd/boilerplates-generator

Usage:

  • unly-boilerplate-generator (starts the CLI, use arrow-keys)

Local install

  • git clone git@github.com:UnlyEd/boilerplates-generator.git
  • cd boilerplates-generator
  • yarn start (starts the CLI, use arrow-keys)

Vulnerability disclosure

See our policy.


Contributors and maintainers

This project is being maintained by:

Thanks to our contributors:


[ABOUT UNLY] Unly logo

Unly is a socially responsible company, fighting inequality and facilitating access to higher education. Unly is committed to making education more inclusive, through responsible funding for students.

We provide technological solutions to help students find the necessary funding for their studies.

We proudly participate in many TechForGood initiatives. To support and learn more about our actions to make education accessible, visit :

Tech tips and tricks from our CTO on our Medium page!

#TECHFORGOOD #EDUCATIONFORALL