@modelmap/a1-notation

v1.0.7
Work with A1 notation like "A1" or "A1:B2"
A1 spreadsheet table range cell

start

npm run

test

npx mocha ./tests/index.js

clear:win

rmdir /S /Q dist && mkdir dist

clear:lin

rm -I -v dist/*

init

mkdir src dist tests && type NUL > src/index.ts && npm i

check:object

npx tsc ./src/index.ts --noEmit

compile:object:dev

npm run check:object && npx rollup --config rollup.config.object.js --environment IS_DEV:true

compile:object:prod

npm run check:object && npx rollup --config rollup.config.object.js --environment IS_DEV:false

check:noobject

npx tsc ./src/index.noObject.ts --noEmit

compile:noobject:dev

npm run check:noobject && npx rollup --config rollup.config.noObject.js --environment IS_DEV:true

compile:noobject:prod

npm run check:noobject && npx rollup --config rollup.config.noObject.js --environment IS_DEV:false

compile

npm run compile:object:prod && npm run compile:noobject:prod
npm i @modelmap/a1-notation

Metadata

  • MIT
  • Whatever
  • FLighter
  • released 7/15/2020

Downloads

Maintainers