All Projects → blueberryapps → Js Package Template

blueberryapps / Js Package Template

Licence: mit
Boilerplate for creating a new javascript package

Programming Languages

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

Projects that are alternatives of or similar to Js Package Template

Laravel Packager
A cli tool for creating Laravel packages
Stars: ✭ 1,049 (+6456.25%)
Mutual labels:  package, boilerplate
Skeleton Php
⚡️ This package provides a wonderful PHP skeleton to start building your next package idea.
Stars: ✭ 234 (+1362.5%)
Mutual labels:  package, boilerplate
Lass
👧 Lass scaffolds a modern package boilerplate for Node.js
Stars: ✭ 615 (+3743.75%)
Mutual labels:  package, boilerplate
React Clean Architecture
A realistic approach to implement clean architecture on react codebases
Stars: ✭ 713 (+4356.25%)
Mutual labels:  boilerplate
Laravel Caffeine
Keeping Your Laravel Forms Awake.
Stars: ✭ 723 (+4418.75%)
Mutual labels:  package
Minimal React Webpack Babel Setup
The minimal React, Webpack, Babel Setup. You want to get beyond create-react-app?
Stars: ✭ 777 (+4756.25%)
Mutual labels:  boilerplate
Aetherupload Laravel
A Laravel package to upload large files 上传大文件的Laravel扩展包
Stars: ✭ 835 (+5118.75%)
Mutual labels:  package
Artisan View
👀 Manage your views in Laravel projects through artisan
Stars: ✭ 708 (+4325%)
Mutual labels:  package
Ts3server Package
A script that generates a debian package for a TeamSpeak 3 Server
Stars: ✭ 5 (-68.75%)
Mutual labels:  package
Rails Template
Application template for Rails 6 projects; preloaded with best practices for TDD, security, deployment, and developer productivity.
Stars: ✭ 763 (+4668.75%)
Mutual labels:  boilerplate
Modern Html Starter Template
Modern HTML Starter Template
Stars: ✭ 752 (+4600%)
Mutual labels:  boilerplate
Chimney
Scala library for boilerplate-free, type-safe data transformations
Stars: ✭ 731 (+4468.75%)
Mutual labels:  boilerplate
Marvin
Opinionated React app boilerplate in TypeScript, based on CRA.
Stars: ✭ 783 (+4793.75%)
Mutual labels:  boilerplate
Jslib Base
A modern JavaScript|Typescript library scaffolding, modularity, purity & extras
Stars: ✭ 721 (+4406.25%)
Mutual labels:  boilerplate
Package Skeleton
📦 My base for PHP packages.
Stars: ✭ 6 (-62.5%)
Mutual labels:  package
Lambda Packages
Various popular python libraries, pre-compiled to be compatible with AWS Lambda
Stars: ✭ 713 (+4356.25%)
Mutual labels:  package
Shiftscheduler
A boilerplate ASP.NET Core project, including a sample employee shift scheduler app
Stars: ✭ 5 (-68.75%)
Mutual labels:  boilerplate
Reactprimer
React component prototyping tool that generates fully connected class component code.
Stars: ✭ 743 (+4543.75%)
Mutual labels:  boilerplate
Frame
💡 A user system API starter
Stars: ✭ 741 (+4531.25%)
Mutual labels:  boilerplate
Sublimetext Codeformatter
Code Formatter plugin for ST2/ST3
Stars: ✭ 765 (+4681.25%)
Mutual labels:  package

XXX Dependency Status

Create new package

bash <(curl https://raw.githubusercontent.com/blueberryapps/js-package-template/master/create-new-package) NEW_PACKAGE_NAME

Development

yarn install
yarn eslint
yarn eslint:fix
yarn test

CI and autopublish

On Circle CI you need to add NPM_TOKEN which has rights to publish package to npmjs.org.

Also when you provide SLACK_TOKENS XXX/YYY/ZZZZ (take them as one string from url https://hooks.slack.com/services/XXX/YYY/ZZZ) it will let you know about new version.

When code gets to master branch, it will try to publish, so if version in package.json is different, it will push it automatically.

Made with love by

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