All Projects → contentful → create-contentful-app

contentful / create-contentful-app

Licence: MIT license
Bootstrap a Contentful App

Programming Languages

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

Projects that are alternatives of or similar to create-contentful-app

universal-scripts
Build universal apps without configuration.
Stars: ✭ 23 (-66.18%)
Mutual labels:  zero-configuration, build-tools
cf-content-types-generator-app
A Contentful App to generate typescript types based on contentful's content types.
Stars: ✭ 28 (-58.82%)
Mutual labels:  contentful, contentful-app
react-starter-kit
🚀 React starter kit for a modern single page (SPA) application (dependencies updated at 28 July 2017). Zero configuration. Ready to go. Just paste your code!
Stars: ✭ 26 (-61.76%)
Mutual labels:  zero-configuration, build-tools
rocketact
🚀Developing React projects with ease
Stars: ✭ 45 (-33.82%)
Mutual labels:  zero-configuration, build-tools
Create Next App
Create Next.js apps in one command
Stars: ✭ 2,783 (+3992.65%)
Mutual labels:  zero-configuration, build-tools
Pants
The Pantsbuild developer workflow system
Stars: ✭ 1,814 (+2567.65%)
Mutual labels:  monorepo, build-tools
kkt
Create React apps with no build configuration, Cli tool for creating react apps.
Stars: ✭ 40 (-41.18%)
Mutual labels:  zero-configuration, build-tools
create-wp-react-app
Create React WordPress plugin with no build configuration.
Stars: ✭ 56 (-17.65%)
Mutual labels:  zero-configuration, build-tools
phaser-cli
Create Phaser projects with no build configuration.
Stars: ✭ 53 (-22.06%)
Mutual labels:  zero-configuration, build-tools
Create React App
Set up a modern web app by running one command.
Stars: ✭ 92,264 (+135582.35%)
Mutual labels:  zero-configuration, build-tools
contentful-reference-matrix-field-app
Contentful App that adds UI for a table-like list of references with other associated data.
Stars: ✭ 28 (-58.82%)
Mutual labels:  contentful, contentful-app
create-truffle-dapp
Create and deploy Truffle projects with no configuration.
Stars: ✭ 17 (-75%)
Mutual labels:  zero-configuration
sage-xpress
A collection of Roots/Sage 9.x-beta providers for rapid theme development. Xpress adds configurable app-like functionality to the Sage Container.
Stars: ✭ 26 (-61.76%)
Mutual labels:  app-framework
MeetU
Application that build on Elasticsearch and Spring Boot Microservices (Synchronous Service)
Stars: ✭ 22 (-67.65%)
Mutual labels:  monorepo
Anything
Digital asset organizing tool for creators.
Stars: ✭ 19 (-72.06%)
Mutual labels:  monorepo
ts
⚙️ The CLI that TypeScript deserves.
Stars: ✭ 17 (-75%)
Mutual labels:  monorepo
ice-scripts
建议升级到 icejs。基于 webpack 的高可配置开发构建工具。
Stars: ✭ 45 (-33.82%)
Mutual labels:  build-tools
yarn-workspaces-example
Sample monorepo project using new Yarn feature called Workspaces
Stars: ✭ 39 (-42.65%)
Mutual labels:  monorepo
typescript-monorepo-cra-example
TypeScript@3 monorepo example CRA version
Stars: ✭ 25 (-63.24%)
Mutual labels:  monorepo
gobyexample
A personal go code practice repository managed as monorepo.
Stars: ✭ 18 (-73.53%)
Mutual labels:  monorepo

Create Contentful App

This repository includes multiple npm packages to improve the development experience when writing Contentful Apps.

Packages

create-contentful-app

A CLI to easily bootstrap Contentful apps

More information

@contentful/app-scripts

A CLI to perform recurrent operations for Contentful's App Framework.

More information

Development

Publishing

A new package version is automatically published to npm upon merging on the mainline branch.

To manually publish the package, run npm run publish.

Canary releases

This package has two main development streams: latest and canary. Canary releases are labeled as ${CANDIDATE_VERSION}-alpha.${BUILD_NUMBER} in npm.

Changes on the canary branch are automatically published. However, you can still manually make a canary release using npm run publish:canary.

Stability

The default and stable releases are always published under the latest tag (as per npm convention). The release under the canary tag is to be considered unstable and potentially breaking. You should not rely on it in production.

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].