0.5.4 • Published 2 years ago

code-snippet-lib v0.5.4

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Code Snippet Lib

Installation

  1. Clone/download repo
  2. npm install
  3. npm run prepare
  4. npx husky add .husky/pre-commit "npm run pre-commit"

Usage

Development

npm start

  • Build app continuously (HMR enabled)
  • App served @ http://localhost:4002

All commands

CommandDescription
npm run startBuild app continuously (HMR enabled) and serve @ http://localhost:4002
npm run buildBuild app to /dist/
npm run lintRun linter
npm run lint --fixRun linter and fix issues

Publish

  1. Increase version in package.json
  2. npm run pre-publish
  3. npm login
  4. npm publish
0.5.4

2 years ago

0.5.3

2 years ago

0.5.2

2 years ago

0.5.1

2 years ago

0.5.0

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago