npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

notepad

v0.0.1

Published

easy to memo - notepad

Downloads

9

Readme

notepad 란?

notepad 은 랩탑을 손에서 놓지 않는 사람들, 쉘에서 작업하는 일이 많은 사람들을 위하여 머리속을 번개처럼 스쳐지나가는 아이디어나 꼭 기억해야 하는 일이 떠올랐을때, 그것을 기록하기 위해 다른 도구를 찾을 필요없이 간단한 쉘명령어를 통해 쉽게 메모를 기록할 수 있게 해주는 한줄 메모장 입니다.

메모를 기록하기 위하여 vim을 열거나 메모 앱을 실행시킬 필요가 없을뿐더러 이렇게 기록된 메모들은 배포과정을 통하여 웹에서 타임라인형태로 확인 할 수 있습니다.

미리보기 기능을 이용하여 인터넷에 연결되어 있지 않아도 메모 타임라인을 바로 확인 할수 있으며 설정파일을 통하여 titterfacebook에 게시 할수도 있습니다.

메모저장을 위한 별도의 DBServer setting 이 필요하지 않습니다.

아이디어

notepad@AJ 가 아이디어를 제공 하였으며 애초의 개발은 @rhiokim이 개발한 하루프레스Plugin으로 제작 되었다가 npm 모듈로 개발해 보라는 제의에 의해 만들어졌습니다.

의존성 모듈

memo_timeline 은 local 기반으로 동작하기 위하여 다음의 모듈들에 의존성을 가지고 있습니다.

사용법

$ n add // 메모작성

$ n view // 타임라인보기

$ n push // 배포

주의사항

  • 이 모듈을 윈도환경에서 제대로 동작하지 않을 수 있음. Mac/리눅스 계열에서만 테스트 됨.
  • 너무 긴 문단을 저장하는 용도로는 적합하지 않음. 간단한 한줄정도의 문장에 최적화됨.
  • 파일시스템 기반으로 동작함으로 메모의 백업관리는 전적으로 사용자에게 있음.

도움주신 분들

  1. @AJ : 최초 아이디어 제공자이자 개발 독려를 가장한 협박자.
  1. @rhiokim : 하루프레스 개발자이자 모듈개발을 제시한 장본인.

라이센스

Copyright (c) 2012 insanehong

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.