All Projects → saojs → Sao Nm

saojs / Sao Nm

Scaffold out a node module.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Sao Nm

Oji
(◕‿◕) Text Emoticons Maker
Stars: ✭ 668 (+2126.67%)
Mutual labels:  package, module, npm
Lass
👧 Lass scaffolds a modern package boilerplate for Node.js
Stars: ✭ 615 (+1950%)
Mutual labels:  package, module, npm
Wasm Pack
This tool seeks to be a one-stop shop for building and working with rust- generated WebAssembly that you would like to interop with JavaScript, in the browser or with Node.js. wasm-pack helps you build rust-generated WebAssembly packages that you could publish to the npm registry, or otherwise use alongside any javascript packages in workflows that you already use, such as webpack.
Stars: ✭ 3,848 (+12726.67%)
Mutual labels:  package, npm
Cashify
💸 Lightweight currency conversion library, successor of money.js
Stars: ✭ 329 (+996.67%)
Mutual labels:  package, npm
Vanilla Framework
From community websites to web applications, this CSS framework will help you achieve a consistent look and feel.
Stars: ✭ 476 (+1486.67%)
Mutual labels:  package, npm
Xcframeworks
Demonstration of creating and integrating xcframeworks and their co-op with static libraries and Swift packages
Stars: ✭ 272 (+806.67%)
Mutual labels:  package, module
Nest.land
🦕 The nest.land website
Stars: ✭ 294 (+880%)
Mutual labels:  package, module
Npkill
List any node_modules directories in your system, as well as the space they take up. You can then select which ones you want to erase to free up space.
Stars: ✭ 5,325 (+17650%)
Mutual labels:  module, npm
Vuepack
Publish .vue files in NPM packages
Stars: ✭ 242 (+706.67%)
Mutual labels:  package, npm
Typac
install npm packages along with corresponding typings
Stars: ✭ 29 (-3.33%)
Mutual labels:  package, npm
Cli
🆑📍 Setup automated semver compliant package publishing
Stars: ✭ 272 (+806.67%)
Mutual labels:  package, module
Laravel Bootstrap Table List
Bootstrap table list generator for Laravel.
Stars: ✭ 16 (-46.67%)
Mutual labels:  package, generator
laravel-username-generator
Automatically generate usernames for Laravel User Model
Stars: ✭ 37 (+23.33%)
Mutual labels:  package, generator
Gerador Validador Cpf
Biblioteca JS open-source para gerar e validar CPF.
Stars: ✭ 312 (+940%)
Mutual labels:  package, generator
module-init
🏁 Create a new node module with all the right stuff.
Stars: ✭ 71 (+136.67%)
Mutual labels:  package, module
Npm Consider
Check package dependencies before installing it
Stars: ✭ 386 (+1186.67%)
Mutual labels:  package, npm
React Native Story
React native instagram story
Stars: ✭ 144 (+380%)
Mutual labels:  package, npm
Npmvet
A simple CLI tool for vetting npm package versions
Stars: ✭ 193 (+543.33%)
Mutual labels:  package, npm
Try
Dead simple CLI tool to try Python packages - It's never been easier! 📦
Stars: ✭ 588 (+1860%)
Mutual labels:  package, module
Lerna
Splitting up large codebases into separate independently versioned packages is extremely useful for code sharing. However, making changes across many repositories is messy and difficult to track, and testing across repositories becomes complicated very quickly.
Stars: ✭ 31,079 (+103496.67%)
Mutual labels:  package, npm

sao-nm

Scaffolding out a node module.

NPM version NPM downloads Build Status donate

preview

Features

  • Unit test with jest
  • Format code with Prettier
  • ESLint with xo or standard
  • Fix and format code on each commit
  • CircleCI 2.0 with npm^5 or yarn support
  • Optionally compile ES2015 code using bili
  • Optionally add coverage report
  • Optionally add CLI

Usage

Install SAO first.

yarn global add sao
# or npm
npm i -g sao

From git

sao saojs/sao-nm

From npm

sao nm

License

MIT © EGOIST

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